diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-11-19 17:00:35 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-11-19 17:00:35 +0000 |
| commit | bc626227d8faf64e5ff6b6b9146c86d1cfbe2d4f (patch) | |
| tree | 1e3317afafd92777bbb25cedb83308610376c919 /include | |
| parent | db9b1e02f1907da9ede6734c9d91a560de75bb9a (diff) | |
| download | rabbitmq-server-git-bc626227d8faf64e5ff6b6b9146c86d1cfbe2d4f.tar.gz | |
Increase the amount of correctness
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 6 |
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}). |
