diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-26 19:16:29 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-26 19:16:29 +0200 |
commit | 2ffca7de4ef14aa03bc5a855005edbc9849862a7 (patch) | |
tree | 7168a61299fd0e6b79b6d440018bab6db3914c54 /src/types.h | |
parent | e89cfb2f0b8159f602ecae6b53c0ee59b112601d (diff) | |
download | fastd-2ffca7de4ef14aa03bc5a855005edbc9849862a7.tar fastd-2ffca7de4ef14aa03bc5a855005edbc9849862a7.zip |
Move around some structure fields
Diffstat (limited to 'src/types.h')
-rw-r--r-- | src/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index 9e6e668..0713250 100644 --- a/src/types.h +++ b/src/types.h @@ -69,7 +69,8 @@ typedef struct _fastd_context fastd_context; typedef struct _fastd_protocol fastd_protocol; /* May be defined by the protocol however it likes */ -typedef struct _fastd_protocol_context fastd_protocol_context; +typedef struct _fastd_protocol_config fastd_protocol_config; +typedef struct _fastd_protocol_peer_config fastd_protocol_peer_config; typedef struct _fastd_protocol_peer_state fastd_protocol_peer_state; #endif /* _FASTD_TYPES_H_ */ |