diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-22 17:03:53 +0100 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-22 17:03:53 +0100 |
commit | e8b5e0abfaecb195f4eabd737dc1a353b8112835 (patch) | |
tree | d093a4d7ebaf287d8fdfd92410409d5daa2f13d7 /include | |
parent | a5cc5ff81ca47874418e2995029a3933c84e4ce2 (diff) | |
download | rabbitmq-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.hrl | 1 |
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() |