summaryrefslogtreecommitdiff
path: root/src/udp.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2014-02-13 21:45:05 +0000
committerChristian Pointner <equinox@anytun.org>2014-02-13 21:45:05 +0000
commita65230483369fd3124f9b810e52080630dfcc75c (patch)
tree7cd16c98d7ff4bd168659c3bd9d117370d5de980 /src/udp.h
parentremoved useless remote_end_to_string (diff)
introduced socket indexes for easier debugging
Diffstat (limited to 'src/udp.h')
-rw-r--r--src/udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udp.h b/src/udp.h
index 5b74c2d..355a761 100644
--- a/src/udp.h
+++ b/src/udp.h
@@ -48,6 +48,7 @@ typedef struct {
struct udp_socket_struct {
int fd_;
+ unsigned int idx_;
udp_endpoint_t local_end_;
udp_endpoint_t remote_end_;
int remote_end_set_;