Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmk committed Jul 10, 2024
2 parents 57e3d3f + 958af7f commit 182d68e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/diameter/src/base/diameter_service.erl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

-module(diameter_service).
%% -moduledoc false.
-moduledoc(#{since => "OTP @OTP-19126@"}).
-behaviour(gen_server).

%% towards diameter_service_sup
Expand Down Expand Up @@ -87,6 +88,7 @@
-define(WD_REOPEN, reopen).

-doc "State of the watchdog".
-doc(#{since => <<"OTP @OTP-19126@">>}).
-type wd_state() :: ?WD_INITIAL
| ?WD_OKAY
| ?WD_SUSPECT
Expand Down

0 comments on commit 182d68e

Please sign in to comment.