ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/libopm/src/libopm.h
(Generate patch)

Comparing hopm/branches/1.1.x/src/libopm/src/libopm.h (file contents):
Revision 8130 by michael, Thu Jul 2 13:10:18 2015 UTC vs.
Revision 8131 by michael, Mon Apr 3 18:26:06 2017 UTC

# Line 25 | Line 25 | typedef int OPM_PROXYREAD_T  (OPM_T *, O
25  
26   struct _OPM_SCAN
27   {
28 <  opm_sockaddr         addr;           /* Address in byte order of remote client */
28 >  struct sockaddr_in   addr;           /* Address in byte order of remote client */
29    OPM_REMOTE_T        *remote;         /* Pointed to the OPM_REMOTE_T for this scan, passed by client */
30    OPM_LIST_T          *connections;    /* List of individual connections of this scan (1 for each protocol) */
31   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines