Skip to content

Commit

Permalink
Fix issues after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jan 10, 2024
1 parent 1ac63b1 commit 9b4873f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cets_join.erl
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,12 @@
| before_unpause
| {before_send_dump, server_pid()}
| {after_send_dump, server_pid(), Result :: term()}.

-type checkpoint_handler() :: fun((checkpoint()) -> ok).
-type join_opts() :: #{checkpoint_handler => checkpoint_handler(), join_ref => reference()}.
%% Critical events during the joining procedure.

-type checkpoint_handler() :: fun((checkpoint()) -> ok).
%% Checkpoint function for debugging.

-type join_opts() :: #{checkpoint_handler => checkpoint_handler()}.
-type join_opts() :: #{checkpoint_handler => checkpoint_handler(), join_ref => reference()}.
%% Joining options.

-export_type([join_ref/0]).
Expand Down

0 comments on commit 9b4873f

Please sign in to comment.