aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_app.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_app.erl')
-rw-r--r--src/gun_app.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gun_app.erl b/src/gun_app.erl
index 848faf2..624e65f 100644
--- a/src/gun_app.erl
+++ b/src/gun_app.erl
@@ -23,6 +23,7 @@
%% API.
start(_Type, _Args) ->
+ gun_pools = ets:new(gun_pools, [ordered_set, public, named_table]),
gun_sup:start_link().
stop(_State) ->