summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 6c3b131b34..2b6f68af54 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -27,7 +27,11 @@
-record(authz_socket_info, {sockname, peername}).
%% Implementation for the internal auth backend
--record(internal_user, {username, password_hash, tags}).
+-record(internal_user, {
+ username,
+ password_hash,
+ tags,
+ hashing_algorithm}).
-record(permission, {configure, write, read}).
-record(user_vhost, {username, virtual_host}).
-record(user_permission, {user_vhost, permission}).