(file) Return to Socket.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Socket.h between version 1.1.2.9 and 1.1.2.10

version 1.1.2.9, 2007/01/17 22:20:03 version 1.1.2.10, 2007/01/20 00:56:32
Line 95 
Line 95 
  
 #else /* !defined(HAVE_MSG_CONTROL) */ #else /* !defined(HAVE_MSG_CONTROL) */
  
       memset(&mh, 0, sizeof(mh));
     mh.msg_accrights = (caddr_t)descriptors;     mh.msg_accrights = (caddr_t)descriptors;
     mh.msg_accrightslen = sizeof(int) * count;     mh.msg_accrightslen = sizeof(int) * count;
  
Line 107 
Line 108 
      */      */
  
     memset(iov, 0, sizeof(iov));     memset(iov, 0, sizeof(iov));
   
     iov[0].iov_base = &dummy;     iov[0].iov_base = &dummy;
     iov[0].iov_len = 1;     iov[0].iov_len = 1;
     mh.msg_iov = iov;     mh.msg_iov = iov;


Legend:
Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2