Attach and list by session name and hostname
authorJulien Desfossez <jdesfossez@efficios.com>
Wed, 5 Feb 2014 23:34:28 +0000 (18:34 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 8 Feb 2014 15:39:01 +0000 (10:39 -0500)
commitb5a1fa45f7cfaccf73b21712047775ab8f957bb0
tree3a26c74f46ae7d32780c0334535d0a5be60858e4
parent2acdc547504407b8601937b9d89df8f56662e55d
Attach and list by session name and hostname

From now on, the user attaches to a session by hostname and session name
(no ID anymore). With this new features, we automatically merge the
sessions with the same hostname and session name.

The new URL format to attach to a session is :
net://<relay-hostname>/host/<traced-hostname>/<session-name>

All the fields are mandatory.
No changes for the listing :
net://<relay-hostname>

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/ctf.c
formats/lttng-live/lttng-live-functions.c
formats/lttng-live/lttng-live-functions.h
formats/lttng-live/lttng-live.c
This page took 0.025271 seconds and 4 git commands to generate.