Initial revision
This commit is contained in:
17
src/ca/addrList.h
Normal file
17
src/ca/addrList.h
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
union caAddr{
|
||||
struct sockaddr_in inetAddr;
|
||||
struct sockaddr sockAddr;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
ELLNODE node;
|
||||
union caAddr srcAddr;
|
||||
union caAddr destAddr;
|
||||
}caAddrNode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user