aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_conversation_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-20 21:36:24 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-20 21:36:24 +0000
commit15f29baef45e38424240503af228ca46cd95235c (patch)
tree4c613cef8e10efa18e49476fa8685008e74e65c1 /src/include/gnunet_conversation_service.h
parentc56383042a5948c39c1cc84520d584cf166fad30 (diff)
downloadgnunet-15f29baef45e38424240503af228ca46cd95235c.tar.gz
gnunet-15f29baef45e38424240503af228ca46cd95235c.zip
-this should fix #3228 (communicate conversation/reconnect errors to client)
Diffstat (limited to 'src/include/gnunet_conversation_service.h')
-rw-r--r--src/include/gnunet_conversation_service.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index cfe4a64ba..c610dd0bd 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -333,7 +333,14 @@ enum GNUNET_CONVERSATION_CallEventCode
333 * both sides can independently suspend and resume calls; a call is 333 * both sides can independently suspend and resume calls; a call is
334 * only "working" of both sides are active. 334 * only "working" of both sides are active.
335 */ 335 */
336 GNUNET_CONVERSATION_EC_CALL_RESUMED 336 GNUNET_CONVERSATION_EC_CALL_RESUMED,
337
338 /**
339 * We had an error handing the call, and are now restarting it
340 * (back to lookup). This happens, for example, if the peer
341 * is restarted during a call.
342 */
343 GNUNET_CONVERSATION_EC_CALL_ERROR
337 344
338}; 345};
339 346