aboutsummaryrefslogtreecommitdiff
path: root/include/mod_last.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-04-13 09:59:39 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-04-13 09:59:39 +0300
commit7fd4808cdea6d22cd520bbfd1d0e12344fea7092 (patch)
tree46b6eb2fe391290fd903d1e4b3086aae7a9e5750 /include/mod_last.hrl
parentMake it possible to get DB backend of a module (diff)
Clean mod_last.erl from DB specific code
Diffstat (limited to '')
-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()}).