aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-05 13:26:22 +0000
commitab1bf63f1ed7637297c90b5b284f40a797f44805 (patch)
tree64bedd1cc5620f690d6ad099c2fb4b45a9a41f03 /src/core/core.h
parent446dcf7697ebdd7c78a48573a5c73fbf25448c74 (diff)
downloadgnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.tar.gz
gnunet-ab1bf63f1ed7637297c90b5b284f40a797f44805.zip
use new transport API, minor core API change
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 8a8962124..53d1a1b6d 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -471,11 +471,6 @@ struct ConnectMessage
471 uint32_t reserved GNUNET_PACKED; 471 uint32_t reserved GNUNET_PACKED;
472 472
473 /** 473 /**
474 * When to time out.
475 */
476 struct GNUNET_TIME_RelativeNBO timeout;
477
478 /**
479 * Identity of the other peer. 474 * Identity of the other peer.
480 */ 475 */
481 struct GNUNET_PeerIdentity peer; 476 struct GNUNET_PeerIdentity peer;