Add JUL registration thread
authorDavid Goulet <dgoulet@efficios.com>
Mon, 30 Sep 2013 21:28:16 +0000 (17:28 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 16 Oct 2013 14:19:12 +0000 (10:19 -0400)
commit4d0762229f4950d4ad21f6f47870d3b767dd61fa
tree94dcb1a124f3d4f528947ff3bc7f3faa76463646
parent0475c50c4d3d2cea973fe4d1f17875d231dea96c
Add JUL registration thread

Listening on port 5345 by default and adds the --jul-tcp-port option to
the session daemon command line options.

At this commit, the thread is started and listening for incoming
registration but they are not handled.

This commit adds a new thread to the session daemon that is spawned by
default once the launched.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/Makefile.am
src/bin/lttng-sessiond/jul-thread.c [new file with mode: 0644]
src/bin/lttng-sessiond/jul-thread.h [new file with mode: 0644]
src/bin/lttng-sessiond/lttng-sessiond.h
src/bin/lttng-sessiond/main.c
src/common/defaults.h
This page took 0.026962 seconds and 5 git commands to generate.