Create unix.c/.h for UNIX socket communication
authorDavid Goulet <dgoulet@efficios.com>
Thu, 7 Jun 2012 16:57:51 +0000 (12:57 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 7 Jun 2012 16:57:51 +0000 (12:57 -0400)
commit0d37f2bce95a09b86a1afde525c429d0ae7d19e9
tree9aaa6f39a25c34c47b8e9c7d96a61d55ac8cbf4a
parentceed52b545103258e84f1c7040700be9dbbbaec6
Create unix.c/.h for UNIX socket communication

Simply split some content of sessiond-comm.c/.h to those two files for a
clearer code.

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