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 | da265ac0ec05eef8a2fb8e3b521a7e488e7a285f (patch) | |
| tree | d093a4d7ebaf287d8fdfd92410409d5daa2f13d7 /include | |
| parent | 1f72ea46b0228c1e05d2e6b50391c5e6373d87bf (diff) | |
| download | rabbitmq-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.hrl | 1 |
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() |
