summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-22 17:03:53 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-22 17:03:53 +0100
commite8b5e0abfaecb195f4eabd737dc1a353b8112835 (patch)
treed093a4d7ebaf287d8fdfd92410409d5daa2f13d7 /include
parenta5cc5ff81ca47874418e2995029a3933c84e4ce2 (diff)
downloadrabbitmq-server-e8b5e0abfaecb195f4eabd737dc1a353b8112835.tar.gz
the plugins distributions may be either ezs or directories
Turns out the token parser was broken: it didn't work with nested tuples.
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 9c79fbed..a603886c 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -78,6 +78,7 @@
-record(plugin, {name, %% atom()
version, %% string()
description, %% string()
+ type, %% 'ez' or 'dir'
dependencies, %% [{atom(), string()}]
location}). %% string()