commit | 6ee6b8ccd240f937b3146aeb47b22cdf6f1a1933 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Tue May 09 14:44:30 2017 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Mon Jun 12 20:28:12 2017 +0000 |
tree | 536569f414f9d2816cc78d586e4fded616031d16 | |
parent | ebf88d67494a74461b4ebd916dca488ddb394a86 [diff] [blame] |
netty4 OpenFlow southbound - separate I/O thread and message dispatch threads Change-Id: I11a10a47de451a9e3063b62f9450be19c3a9dae7
diff --git a/protocols/openflow/api/BUCK b/protocols/openflow/api/BUCK index 0af0b23..c371a02 100644 --- a/protocols/openflow/api/BUCK +++ b/protocols/openflow/api/BUCK
@@ -1,6 +1,7 @@ COMPILE_DEPS = [ '//lib:CORE_DEPS', '//lib:openflowj', + '//lib:netty-transport', ] TEST_DEPS = [