aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-04 10:58:58 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-04 10:58:58 +0000
commitc7d80251ce87a5015409446d9ac93658ad5ca5d7 (patch)
tree75823f5b5e30fefc443ca41efdf96b6cfc41d109 /src/conversation/conversation.h
parentb4f52cedf1afd0e53b2f205f2e543a7900b385be (diff)
downloadgnunet-c7d80251ce87a5015409446d9ac93658ad5ca5d7.tar.gz
gnunet-c7d80251ce87a5015409446d9ac93658ad5ca5d7.zip
-sync before server reboot, work on conversation service
Diffstat (limited to 'src/conversation/conversation.h')
-rw-r--r--src/conversation/conversation.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index 540f7de5b..05fdc326b 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -55,9 +55,10 @@ struct VoipClient
55 struct GNUNET_SERVER_Client *client; 55 struct GNUNET_SERVER_Client *client;
56}; 56};
57 57
58
58/** 59/**
59* The connection status of the service 60 * The connection status of the service
60*/ 61 */
61struct ConnectionStatus 62struct ConnectionStatus
62{ 63{
63 /** 64 /**