- measure overhead
[oweals/gnunet.git] / src / transport / plugin_transport_unix.c
index c03d198c2f13a4b52a13d6cd88d4815931a49991..a5f4f609ba6807c546df6ce242b0d8c9cbba2cc7 100644 (file)
@@ -437,8 +437,7 @@ static int
 unix_transport_server_stop (void *cls)
 {
   struct Plugin *plugin = cls;
-
-  struct UNIXMessageWrapper * msgw = plugin->msg_head;
+  struct UNIXMessageWrapper * msgw;
 
   while (NULL != (msgw = plugin->msg_head))
   {
@@ -480,6 +479,7 @@ unix_transport_server_stop (void *cls)
  * @param timeout when should we time out (give up) if we can not transmit?
  * @param addr the addr to send the message to, needs to be a sockaddr for us
  * @param addrlen the len of addr
+ * @param payload bytes payload to send
  * @param cont continuation to call once the message has
  *        been transmitted (or if the transport is ready
  *        for the next transmission call; or if the