Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 10, 2016
2 parents 0120438 + 5d9d074 commit b69f3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rabbit_alarm.erl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
alarms :: [alarm()]}).

-type(local_alarm() :: 'file_descriptor_limit').
-type(resource_alarm_source() :: 'disk' | 'node').
-type(resource_alarm_source() :: 'disk' | 'memory').
-type(resource_alarm() :: {resource_limit, resource_alarm_source(), node()}).
-type(alarm() :: local_alarm() | resource_alarm()).

Expand Down

0 comments on commit b69f3e7

Please sign in to comment.