Signed-off-by: Sven Eckelmann sven@narfation.org --- alfred.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/alfred.h b/alfred.h index 795a78a..bfc7649 100644 --- a/alfred.h +++ b/alfred.h @@ -25,6 +25,10 @@ #include "hash.h" #define __packed __attribute__ ((packed))
+#ifndef SOURCE_VERSION +#define SOURCE_VERSION "2013.0.0" +#endif + struct alfred_data { uint8_t source[ETH_ALEN]; uint8_t type;
b.a.t.m.a.n@lists.open-mesh.org