Formating
FossilOrigin-Name: 9d74b77ba88add8c04a618d33b43e55b7701878eeb092b65ba3d2361e22ed512
This commit is contained in:
parent
d7ac5c4572
commit
f0be4ba206
@ -32,12 +32,13 @@ struct socklistelem{
|
|||||||
int type;
|
int type;
|
||||||
int family;
|
int family;
|
||||||
int wtpcount;
|
int wtpcount;
|
||||||
|
int ac_proto;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
extern int socklist_add_multicast(const char * addr, const char * port);
|
extern int socklist_add_multicast(const char * addr, const char * port, int ac_proto);
|
||||||
extern int socklist_add_unicast(const char *addr, const char * port);
|
extern int socklist_add_unicast(const char *addr, const char * port, int ac_proto);
|
||||||
extern int socklist_add_broadcast(const char *addr, const char * port);
|
extern int socklist_add_broadcast(const char *addr, const char * port,int ac_proto);
|
||||||
extern int socklist_init();
|
extern int socklist_init();
|
||||||
extern void socklist_destroy();
|
extern void socklist_destroy();
|
||||||
extern struct socklistelem * socklist;
|
extern struct socklistelem * socklist;
|
||||||
@ -47,5 +48,4 @@ extern void socklist_unlock();
|
|||||||
void socklist_add_connection(int index);
|
void socklist_add_connection(int index);
|
||||||
void socklist_del_connection(int index);
|
void socklist_del_connection(int index);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user