summaryrefslogtreecommitdiffstats
path: root/mmss/mmss.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 23:38:04 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 23:38:04 +0100
commit4acbc996634bd2292230b13a4a67b968cb9055d2 (patch)
treebf0de1aee8ec9c9270c7018e19ef1a1d1cc68130 /mmss/mmss.h
parentf567646b68e950f2ead933790574f77a87f9fe35 (diff)
downloadgmrf-4acbc996634bd2292230b13a4a67b968cb9055d2.tar
gmrf-4acbc996634bd2292230b13a4a67b968cb9055d2.zip
Add random functions
Diffstat (limited to 'mmss/mmss.h')
-rw-r--r--mmss/mmss.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mmss/mmss.h b/mmss/mmss.h
index 728bc3c..4b0e206 100644
--- a/mmss/mmss.h
+++ b/mmss/mmss.h
@@ -73,6 +73,8 @@ struct gmrf {
gmrf_context_t *ctx;
gmrf_iface_t *interfaces;
+ unsigned rand_seed;
+
const mmss_protocol_t *proto;
};