Changes due to continue development of the IpcLibs. Not done yet.
This commit is contained in:
		@@ -558,6 +558,8 @@ SChannel::sendReplyData(
 | 
			
		||||
         ioVectors[1].iov_len = serverDataLen;
 | 
			
		||||
         sendmsgHdr.msg_iov = ioVectors;
 | 
			
		||||
         sendmsgHdr.msg_iovlen = 2;
 | 
			
		||||
         printf("SChannel::sendReplyData- Sending %d header bytes\n", sizeof(reqDataPktHdr));
 | 
			
		||||
         printf("SChannel::sendReplyData- Sending %d payload bytes\n", serverDataLen);
 | 
			
		||||
         while (1)
 | 
			
		||||
         {
 | 
			
		||||
            bytesSent = sendmsg(m_socket,
 | 
			
		||||
@@ -619,14 +621,11 @@ SChannel::sendReplyError(
 | 
			
		||||
//
 | 
			
		||||
//  Notes:
 | 
			
		||||
//
 | 
			
		||||
// L0
 | 
			
		||||
// L1
 | 
			
		||||
//=======================================================================--
 | 
			
		||||
{
 | 
			
		||||
   int            retStatus = -1;
 | 
			
		||||
   char           reqErrorPktHdr[ReqErrorPktHdrTemplate.length()];
 | 
			
		||||
 | 
			
		||||
   struct msghdr  sendmsgHdr = {0};
 | 
			
		||||
   struct iovec   ioVectors[2];
 | 
			
		||||
   unsigned long  bytesSent;
 | 
			
		||||
 | 
			
		||||
   DbgTrace(1, "SChannel::sendReplyError- Start, Obj = %08X\n", this);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user