25 |
|
|
26 |
struct _OPM_SCAN |
struct _OPM_SCAN |
27 |
{ |
{ |
28 |
opm_sockaddr addr; /* Address in byte order of remote client */ |
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 */ |
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) */ |
OPM_LIST_T *connections; /* List of individual connections of this scan (1 for each protocol) */ |
31 |
}; |
}; |