From ca127fccb899627e9e9a69d139bd27d79b30cd54 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 30 Mar 2012 02:26:30 +0200 Subject: Rework handshake... again. ecfxp protocol broken, will be fixed with next commit. --- src/types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 9828c8f..1730459 100644 --- a/src/types.h +++ b/src/types.h @@ -48,9 +48,8 @@ typedef enum _fastd_mode { typedef enum _fastd_peer_state { STATE_WAIT, - STATE_ESTABLISHED, STATE_TEMP, - STATE_TEMP_ESTABLISHED, + STATE_ESTABLISHED, } fastd_peer_state; @@ -67,6 +66,8 @@ typedef struct _fastd_context fastd_context; typedef struct _fastd_protocol fastd_protocol; +typedef struct _fastd_handshake fastd_handshake; + /* May be defined by the protocol however it likes */ typedef struct _fastd_protocol_config fastd_protocol_config; typedef struct _fastd_protocol_peer_config fastd_protocol_peer_config; -- cgit v1.2.3