Fix def function order of enum macro, and more human readable disconnected handler

This commit is contained in:
Eishun Kondoh 2018-01-30 22:38:54 +09:00
parent 33d406a530
commit fadfcd76bd
6 changed files with 39 additions and 41 deletions

View file

@ -21,8 +21,6 @@ defmodule Tres.Mixfile do
defp deps do
[{:ranch, "~> 1.4.0"},
{:eovsdb, github: "shun159/eovsdb", branch: "master"},
{:binpp, github: "jtendo/binpp", branch: "master"},
{:pkt, github: "msantos/pkt", ref: "3afb196", only: :test, override: true},
{:epcap, github: "msantos/epcap", branch: "master", only: :test}]
end
end