timestamp

This commit is contained in:
Feng Lee 2015-08-16 00:12:36 +08:00
parent d68e749b34
commit 27336f9859
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
-module(emqttd_guid).
-export([gen/0, new/0]).
-export([gen/0, new/0, timestamp/1]).
-define(MAX_SEQ, 16#FFFF).