Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Rename shared lib command_conn
@ 2019-06-24  2:21 yasufum.o
  2019-06-24  2:21 ` [spp] [PATCH 1/2] shared/sec: revise funcs to connect to spp-ctl yasufum.o
  2019-06-24  2:21 ` [spp] [PATCH 2/2] shared/sec: rename command_conn.c yasufum.o
  0 siblings, 2 replies; 3+ messages in thread
From: yasufum.o @ 2019-06-24  2:21 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

From: Yasufumi Ogawa <yasufum.o@gmail.com>

Shared libs of SPP workers for connecting to spp-ctl are defined in
`command_conn.c` and `command_conn.h`. This update is to rename
`command_conn` to `conn_spp_ctl` to be explicitly it is just for
spp-ctl. This update also renames functions in these files.

Yasufumi Ogawa (2):
  shared/sec: revise funcs to connect to spp-ctl
  shared/sec: rename command_conn.c

 src/mirror/Makefile                           |  2 +-
 src/pcap/Makefile                             |  2 +-
 src/pcap/cmd_runner.c                         | 14 ++--
 .../secondary/spp_worker_th/cmd_runner.c      | 12 +--
 .../secondary/spp_worker_th/command_conn.h    | 82 -------------------
 .../{command_conn.c => conn_spp_ctl.c}        | 20 ++---
 .../secondary/spp_worker_th/conn_spp_ctl.h    | 70 ++++++++++++++++
 src/vf/Makefile                               |  2 +-
 8 files changed, 96 insertions(+), 108 deletions(-)
 delete mode 100644 src/shared/secondary/spp_worker_th/command_conn.h
 rename src/shared/secondary/spp_worker_th/{command_conn.c => conn_spp_ctl.c} (88%)
 create mode 100644 src/shared/secondary/spp_worker_th/conn_spp_ctl.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-24  2:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24  2:21 [spp] [PATCH 0/2] Rename shared lib command_conn yasufum.o
2019-06-24  2:21 ` [spp] [PATCH 1/2] shared/sec: revise funcs to connect to spp-ctl yasufum.o
2019-06-24  2:21 ` [spp] [PATCH 2/2] shared/sec: rename command_conn.c yasufum.o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).