summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-04-22 14:08:33 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-04-22 14:08:33 +0200
commitadaedb9299c77e18150b685a96d51b1ce67ec423 (patch)
treeedf42edefb24dcace8a133bcf85220de8f007600 /src/types.h
parent7b8a9acd7a3a31f5d393c1632d68379f8353e7d1 (diff)
downloadfastd-adaedb9299c77e18150b685a96d51b1ce67ec423.tar
fastd-adaedb9299c77e18150b685a96d51b1ce67ec423.zip
Miscellaneous fixes in ethernet address handling
Check the length of ethernet frames, and the fastd_eth_addr_t structure must be packed.
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h
index 1a0b791..fec723b 100644
--- a/src/types.h
+++ b/src/types.h
@@ -25,7 +25,7 @@
/*
types.h
-
+
Basic enums and typedefs for common types
*/