aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-19 13:35:36 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-19 13:35:36 +0000
commit7788fcf071e7d5715d76da3891305621095f5a2b (patch)
tree5904827a91425cb56fa83d5ae9ff602f98224d65 /src/include/gnunet_core_service.h
parent2899584a9a95733fe2eba5fd23a499eb4c0f5224 (diff)
downloadgnunet-7788fcf071e7d5715d76da3891305621095f5a2b.tar.gz
gnunet-7788fcf071e7d5715d76da3891305621095f5a2b.zip
-clarify which connection is closed
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 90b971933..cec06fedd 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -82,7 +82,7 @@ typedef void (*GNUNET_CORE_DisconnectEventHandler) (void *cls,
82 * for loopback messages where we are both sender and receiver) 82 * for loopback messages where we are both sender and receiver)
83 * @param message the actual message 83 * @param message the actual message
84 * @return GNUNET_OK to keep the connection open, 84 * @return GNUNET_OK to keep the connection open,
85 * GNUNET_SYSERR to close it (signal serious error) 85 * GNUNET_SYSERR to close connection to the peer (signal serious error)
86 */ 86 */
87typedef int (*GNUNET_CORE_MessageCallback) (void *cls, 87typedef int (*GNUNET_CORE_MessageCallback) (void *cls,
88 const struct GNUNET_PeerIdentity * 88 const struct GNUNET_PeerIdentity *