Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Oct 21, 2018
1 parent 4348e3c commit d2aca7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bpe_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-export([start_link/0]).
-export([init/1]).

-opt() -> [ set, named_table, { keypos, 1 }, public ].
opt() -> [ set, named_table, { keypos, 1 }, public ].
tables() -> [ processes ].
start_link() -> supervisor:start_link({local, ?MODULE}, ?MODULE, []).
init([]) -> [ ets:new(T,opt()) || T <- tables() ],
Expand Down

0 comments on commit d2aca7c

Please sign in to comment.