aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 289fea0b6..b7e10b720 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -82,9 +82,10 @@ struct UNIXMessage
82 82
83struct Session 83struct Session
84{ 84{
85 struct GNUNET_PeerIdentity target;
86
85 void *addr; 87 void *addr;
86 size_t addrlen; 88 size_t addrlen;
87 struct GNUNET_PeerIdentity target;
88 89
89 /** 90 /**
90 * Session timeout task 91 * Session timeout task