summaryrefslogtreecommitdiffstats
path: root/mmss/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'mmss/types.hpp')
-rw-r--r--mmss/types.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/mmss/types.hpp b/mmss/types.hpp
index e8a63cc..3daa486 100644
--- a/mmss/types.hpp
+++ b/mmss/types.hpp
@@ -33,8 +33,8 @@
extern "C" {
-#include <gmrf/gmrf.h>
#include <mmss/protocol.h>
+#include <gmrf/gmrf.h>
}
@@ -48,6 +48,9 @@ class scheduled_t;
typedef ::mmss_protocol_t protocol_t;
+typedef ::gmrf_t node_t;
+typedef ::gmrf_iface_t iface_t;
+
}
#endif /* _GMRF_MMSS_TYPES_HPP_ */