/[svn]/liblscp/trunk/lscp/socket.h
ViewVC logotype

Diff of /liblscp/trunk/lscp/socket.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 951 by capela, Sun Sep 24 12:55:48 2006 UTC revision 952 by capela, Tue Nov 28 22:46:32 2006 UTC
# Line 67  void lscp_socket_trace   (const char *ps Line 67  void lscp_socket_trace   (const char *ps
67    
68  typedef struct _lscp_socket_agent_t {  typedef struct _lscp_socket_agent_t {
69    
70      lscp_socket_t       sock;          lscp_socket_t       sock;
71      struct sockaddr_in  addr;          struct sockaddr_in  addr;
72      lscp_thread_t      *pThread;          lscp_thread_t      *pThread;
73      int                 iState;          int                 iState;
74    
75  } lscp_socket_agent_t;  } lscp_socket_agent_t;
76    

Legend:
Removed from v.951  
changed lines
  Added in v.952

  ViewVC Help
Powered by ViewVC