summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-11-19 17:00:35 +0000
committerSimon MacMullen <simon@rabbitmq.com>2010-11-19 17:00:35 +0000
commitbc626227d8faf64e5ff6b6b9146c86d1cfbe2d4f (patch)
tree1e3317afafd92777bbb25cedb83308610376c919 /include
parentdb9b1e02f1907da9ede6734c9d91a560de75bb9a (diff)
downloadrabbitmq-server-git-bc626227d8faf64e5ff6b6b9146c86d1cfbe2d4f.tar.gz
Increase the amount of correctness
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index b4f348a28a..7dda921131 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -29,7 +29,11 @@
%% Contributor(s): ______________________________________.
%%
--record(user, {username, is_admin, auth_backend, impl}).
+-record(user, {username,
+ is_admin,
+ auth_backend, %% Module this user came from
+ impl %% Scratch space for that module
+ }).
%% TODO mnesia-upgrade this
-record(internal_user, {username, password_hash, is_admin}).