diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-10-12 22:08:12 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-10-12 22:08:12 +0100 |
| commit | 78cd23612bdf9602ab36cf0f9bca5d164b1f7c1f (patch) | |
| tree | 1a38845c7a9513663ac50db5efd4e4cfb9793447 /include/rabbit.hrl | |
| parent | 41f6b85d766098ac7ee62bfbaf5b41bf4cee82b2 (diff) | |
| parent | 73bf86e97f63597da2bbd6567d5940d05d47924f (diff) | |
| download | rabbitmq-server-git-78cd23612bdf9602ab36cf0f9bca5d164b1f7c1f.tar.gz | |
merge default into bug24308
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."). |
