diff options
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index ac6399c64e..a603886c4b 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -75,6 +75,13 @@ -record(message_properties, {expiry, needs_confirming = false}). +-record(plugin, {name, %% atom() + version, %% string() + description, %% string() + type, %% 'ez' or 'dir' + dependencies, %% [{atom(), string()}] + location}). %% string() + %%---------------------------------------------------------------------------- -define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2011 VMware, Inc."). |
