]secure_channel: Use counter module for transaction id

This commit is contained in:
Eishun Kondoh 2018-12-12 01:25:59 +09:00
parent 97b957742f
commit 1834d882ff
11 changed files with 74 additions and 45 deletions

View file

@ -21,7 +21,7 @@ defmodule SimpleRouter.Openflow.Controller do
]
end
def start_link([{datapath_id, _aux_id}, _start_args]) do
def start_link({datapath_id, _aux_id}, _start_args) do
GenServer.start_link(__MODULE__, [datapath_id])
end