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
commitda265ac0ec05eef8a2fb8e3b521a7e488e7a285f (patch)
treed093a4d7ebaf287d8fdfd92410409d5daa2f13d7 /include
parent1f72ea46b0228c1e05d2e6b50391c5e6373d87bf (diff)
downloadrabbitmq-server-git-da265ac0ec05eef8a2fb8e3b521a7e488e7a285f.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 9c79fbed51..a603886c4b 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()