aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_server_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-29 14:04:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-29 14:04:08 +0000
commit853136628dc02b5037dbeb88bdca67d7ebc11139 (patch)
tree49dbad55e6c77a1e2a2bbf9b2a553d928824fdd7 /src/include/gnunet_server_lib.h
parent9d8c2dc65760f95547455b47761ad03eeab4fa65 (diff)
downloadgnunet-853136628dc02b5037dbeb88bdca67d7ebc11139.tar.gz
gnunet-853136628dc02b5037dbeb88bdca67d7ebc11139.zip
-docu
Diffstat (limited to 'src/include/gnunet_server_lib.h')
-rw-r--r--src/include/gnunet_server_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h
index aaf47aca5..f59e97015 100644
--- a/src/include/gnunet_server_lib.h
+++ b/src/include/gnunet_server_lib.h
@@ -537,10 +537,10 @@ GNUNET_SERVER_transmit_context_destroy (struct GNUNET_SERVER_TransmitContext
537/** 537/**
538 * The notification context is the key datastructure for a conveniance 538 * The notification context is the key datastructure for a conveniance
539 * API used for transmission of notifications to the client until the 539 * API used for transmission of notifications to the client until the
540 * client disconnects (or the notification context is destroyed, in 540 * client disconnects or is disconnected (or the notification context
541 * which case we disconnect these clients). Essentially, all 541 * is destroyed, in which case we disconnect these clients).
542 * (notification) messages are queued up until the client is able to 542 * Essentially, all (notification) messages are queued up until the
543 * read them. 543 * client is able to read them.
544 */ 544 */
545struct GNUNET_SERVER_NotificationContext; 545struct GNUNET_SERVER_NotificationContext;
546 546