diff options
Diffstat (limited to 'include/pubsub.hrl')
-rw-r--r-- | include/pubsub.hrl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pubsub.hrl b/include/pubsub.hrl index a05807247..17a7f3abf 100644 --- a/include/pubsub.hrl +++ b/include/pubsub.hrl @@ -176,3 +176,9 @@ creation ,% :: {erlang:timestamp(), jlib:ljid()}, payload % :: mod_pubsub:payload() }). + +-record(pubsub_orphan, +{ + nodeid ,% :: mod_pubsub:nodeIdx(), + items = [] % :: list() +}). |