summaryrefslogtreecommitdiffstats
path: root/include/xua.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/xua.hrl')
-rw-r--r--include/xua.hrl7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/xua.hrl b/include/xua.hrl
new file mode 100644
index 0000000..8e2b5aa
--- /dev/null
+++ b/include/xua.hrl
@@ -0,0 +1,7 @@
+
+-record(xua_msg, {
+ version :: 0..255,
+ msg_class :: 0..255,
+ msg_type :: 0..255,
+ payload
+ }).