Add network transport layer to sessiond-comm
authorDavid Goulet <dgoulet@efficios.com>
Thu, 14 Jun 2012 18:48:49 +0000 (14:48 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 14 Jun 2012 18:53:43 +0000 (14:53 -0400)
commit6364a07adde1072d595044a19359e61fc27940dd
treefe4278430a447e2453882c56a0752b333ccb6069
parenta027b2d2edced8011ef674f88146253715952af7
Add network transport layer to sessiond-comm

Only import the library files in sessiond-comm/ directory for network
communication supporting both TCP and UDP protocols with IPv4 and IPv6.

First layer needed for network streaming and communication with the
upcoming lttng-relayd daemon.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/sessiond-comm/Makefile.am
src/common/sessiond-comm/inet.c [new file with mode: 0644]
src/common/sessiond-comm/inet.h [new file with mode: 0644]
src/common/sessiond-comm/inet6.c [new file with mode: 0644]
src/common/sessiond-comm/inet6.h [new file with mode: 0644]
src/common/sessiond-comm/sessiond-comm.c
src/common/sessiond-comm/sessiond-comm.h
tests/kernel/Makefile.am
tests/ust/Makefile.am
This page took 0.02559 seconds and 4 git commands to generate.