client monitor

This commit is contained in:
Feng 2015-10-30 21:19:35 +08:00
parent 4ee2abdbcf
commit 8d3b7b4c24
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@
-record(mqtt_client, {
client_id :: binary() | undefined,
client_pid :: pid(),
client_mon :: reference(),
username :: binary() | undefined,
peername :: {inet:ip_address(), integer()},
clean_sess :: boolean(),