aboutsummaryrefslogtreecommitdiff
path: root/include/mod_last.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-04-15 15:12:12 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-04-15 15:12:12 +0300
commitfb0ecf33612d5de004817824096d950fac5b5cc3 (patch)
treef29c5855c6737aa11ef1f71dee92a998407df89f /include/mod_last.hrl
parentAdd preliminary tests on ACL module and prepare clean-up / refactor (diff)
parentClean mod_mam.erl from DB specific code (diff)
Merge branch 'move-db-code'
Diffstat (limited to 'include/mod_last.hrl')
-rw-r--r--include/mod_last.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mod_last.hrl b/include/mod_last.hrl
new file mode 100644
index 000000000..494bf7b0c
--- /dev/null
+++ b/include/mod_last.hrl
@@ -0,0 +1,3 @@
+-record(last_activity, {us = {<<"">>, <<"">>} :: {binary(), binary()},
+ timestamp = 0 :: non_neg_integer(),
+ status = <<"">> :: binary()}).