More W32 resolver workarounds
[oweals/gnunet.git] / src / include / gnunet_conversation_service.h
index cfe4a64ba22a6b79a76f1d07d590019e16e99120..c610dd0bd816ad008eb79ce5d49ed485cd0e2d7d 100644 (file)
@@ -333,7 +333,14 @@ enum GNUNET_CONVERSATION_CallEventCode
    * both sides can independently suspend and resume calls; a call is
    * only "working" of both sides are active.
    */
-  GNUNET_CONVERSATION_EC_CALL_RESUMED
+  GNUNET_CONVERSATION_EC_CALL_RESUMED,
+
+  /**
+   * We had an error handing the call, and are now restarting it
+   * (back to lookup).  This happens, for example, if the peer
+   * is restarted during a call.
+   */
+  GNUNET_CONVERSATION_EC_CALL_ERROR
 
 };