summaryrefslogtreecommitdiffstats
path: root/ffd/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-10-21 00:13:59 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-10-21 00:13:59 +0200
commita4986182dcad508c17a6eb8fd3e556f18cfaa349 (patch)
treea22547d59353d36edfc4e473c4032ed9f11b3603 /ffd/types.h
parentc3a0c36d3c935097ccc72d92581f0f2b7bc794a9 (diff)
downloadffd-a4986182dcad508c17a6eb8fd3e556f18cfaa349.tar
ffd-a4986182dcad508c17a6eb8fd3e556f18cfaa349.zip
Implement retransmits of important updates
Diffstat (limited to 'ffd/types.h')
-rw-r--r--ffd/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffd/types.h b/ffd/types.h
index f0c6c39..b20d691 100644
--- a/ffd/types.h
+++ b/ffd/types.h
@@ -41,6 +41,6 @@ typedef struct __attribute__((packed)) _eth_addr_t {
typedef struct _ffd_packet_t ffd_packet_t;
-
+typedef struct _ffd_queue_t ffd_queue_t;
#endif /* _FFD_TYPES_H_ */