From 853136628dc02b5037dbeb88bdca67d7ebc11139 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 29 Nov 2012 14:04:08 +0000 Subject: -docu --- src/include/gnunet_server_lib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include/gnunet_server_lib.h') 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 /** * The notification context is the key datastructure for a conveniance * API used for transmission of notifications to the client until the - * client disconnects (or the notification context is destroyed, in - * which case we disconnect these clients). Essentially, all - * (notification) messages are queued up until the client is able to - * read them. + * client disconnects or is disconnected (or the notification context + * is destroyed, in which case we disconnect these clients). + * Essentially, all (notification) messages are queued up until the + * client is able to read them. */ struct GNUNET_SERVER_NotificationContext; -- cgit v1.2.3