aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-29 12:59:02 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-29 12:59:02 +0000
commit7127dc5fc5c2a4ba9bc6f6cd8fade76b94fa907f (patch)
tree4b3dfe78f569fa2ada3e21de3347ad49cbef71a8 /src/core/core.h
parent3e2c9e083150b76d622c20b9d1a4f0dd1a802e76 (diff)
downloadgnunet-7127dc5fc5c2a4ba9bc6f6cd8fade76b94fa907f.tar.gz
gnunet-7127dc5fc5c2a4ba9bc6f6cd8fade76b94fa907f.zip
-dce
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/core/core.h b/src/core/core.h
index c9e29417c..9b342c3eb 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -349,32 +349,6 @@ struct SendMessage
349}; 349};
350 350
351 351
352/**
353 * Client asking core to connect to a particular target. There is no
354 * response from the core to this type of request (however, if an
355 * actual connection is created or destroyed, be it because of this
356 * type request or not, the core generally needs to notify the
357 * clients).
358 */
359struct ConnectMessage
360{
361 /**
362 * Header with type GNUNET_MESSAGE_TYPE_REQUEST_CONNECT or
363 * GNUNET_MESSAGE_TYPE_REQUEST_DISCONNECT.
364 */
365 struct GNUNET_MessageHeader header;
366
367 /**
368 * For alignment.
369 */
370 uint32_t reserved GNUNET_PACKED;
371
372 /**
373 * Identity of the other peer.
374 */
375 struct GNUNET_PeerIdentity peer;
376
377};
378GNUNET_NETWORK_STRUCT_END 352GNUNET_NETWORK_STRUCT_END
379#endif 353#endif
380/* end of core.h */ 354/* end of core.h */