Add lttng URI support and default network ports
authorDavid Goulet <dgoulet@efficios.com>
Wed, 13 Jun 2012 21:08:05 +0000 (17:08 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 13 Jun 2012 21:08:05 +0000 (17:08 -0400)
commit3a5713dad195a7cfa3f4866ad2c75f3a83d73a2f
tree720761959729a24433e85edb14df60aea2377bcd
parent35dc4d6200993ae05e1c7d19452c7d8d4fa72e27
Add lttng URI support and default network ports

This commit simply adds the lttng_uri API/ABI to the upstream branch.
Three functions are provided by common/uri.h and are usable by linking
with libcommon.

The default network ports are also added for network streaming for both
control and data stream.

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