[Telepathy-commits] [telepathy-gabble/master] add GABBLE_BYTESTREAM_STATE_CLOSING state

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Jan 6 08:41:39 PST 2009


---
 src/bytestream-iface.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/bytestream-iface.h b/src/bytestream-iface.h
index 2346bd6..1dbf22e 100644
--- a/src/bytestream-iface.h
+++ b/src/bytestream-iface.h
@@ -37,6 +37,7 @@ typedef enum
   GABBLE_BYTESTREAM_STATE_INITIATING,
   /* Bytestream open */
   GABBLE_BYTESTREAM_STATE_OPEN,
+  GABBLE_BYTESTREAM_STATE_CLOSING,
   GABBLE_BYTESTREAM_STATE_CLOSED,
   NUM_GABBLE_BYTESTREAM_STATES,
 } GabbleBytestreamState;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list