gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33805 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r33805 - gnunet/src/include
Date: Mon, 23 Jun 2014 23:39:14 +0200

Author: grothoff
Date: 2014-06-23 23:39:14 +0200 (Mon, 23 Jun 2014)
New Revision: 33805

Modified:
   gnunet/src/include/gnunet_transport_plugin.h
Log:
-session header is now dead

Modified: gnunet/src/include/gnunet_transport_plugin.h
===================================================================
--- gnunet/src/include/gnunet_transport_plugin.h        2014-06-23 21:22:44 UTC 
(rev 33804)
+++ gnunet/src/include/gnunet_transport_plugin.h        2014-06-23 21:39:14 UTC 
(rev 33805)
@@ -54,15 +54,7 @@
  */
 struct Session;
 
-/**
- * Every `struct Session` must begin with this header.
- */
-struct SessionHeader
-{
-  /* empty, for now */
-};
 
-
 /**
  * Function that will be called whenever the plugin internally
  * cleans up a session pointer and hence the service needs to
@@ -81,6 +73,7 @@
                                 const struct GNUNET_HELLO_Address *address,
                                 struct Session *session);
 
+
 /**
  * Plugin tells transport service about a new inbound session
  *




reply via email to

[Prev in Thread] Current Thread [Next in Thread]