summaryrefslogtreecommitdiff
path: root/ot_udp.h
diff options
context:
space:
mode:
authorerdgeist <>2012-04-25 05:48:16 +0000
committererdgeist <>2012-04-25 05:48:16 +0000
commit914e0ac3020b7c842f2a1fd975217f70fa705449 (patch)
treefeb12cf179fe21873966f2c7f51b890e3aa4a3f5 /ot_udp.h
parentae413a675b1d7e040997cb8f655672d144832a6f (diff)
Add functionality to distribute udp to several workers
Diffstat (limited to 'ot_udp.h')
-rw-r--r--ot_udp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ot_udp.h b/ot_udp.h
index dea10ab..a4f6ce0 100644
--- a/ot_udp.h
+++ b/ot_udp.h
@@ -6,6 +6,7 @@
6#ifndef __OT_UDP_H__ 6#ifndef __OT_UDP_H__
7#define __OT_UDP_H__ 7#define __OT_UDP_H__
8 8
9int handle_udp6( int64 serversocket, struct ot_workstruct *ws ); 9void udp_init( int64 sock, unsigned int worker_count );
10int handle_udp6( int64 serversocket, struct ot_workstruct *ws );
10 11
11#endif 12#endif