summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-22 16:18:32 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-09-22 16:18:32 +0100
commit1f72ea46b0228c1e05d2e6b50391c5e6373d87bf (patch)
treeb7339a41158ac3973272ecb0399472d3ab23e725 /include/rabbit.hrl
parent19fef5cde199b89984acb7d6ecbb40e91734e6a5 (diff)
downloadrabbitmq-server-git-1f72ea46b0228c1e05d2e6b50391c5e6373d87bf.tar.gz
don't use the plugins directory
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index ac6399c64e..9c79fbed51 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -75,6 +75,12 @@
-record(message_properties, {expiry, needs_confirming = false}).
+-record(plugin, {name, %% atom()
+ version, %% string()
+ description, %% string()
+ dependencies, %% [{atom(), string()}]
+ location}). %% string()
+
%%----------------------------------------------------------------------------
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2011 VMware, Inc.").