X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsnapshot.h;h=a505128a6e03bf9f2471419cc0fa052c18b408fd;hp=44d2ae7f5ba283039f9d9cb4ea9933834ad17af0;hb=eb240553d4d24fd770d47a8e66ac3ac3bd5fe602;hpb=b872baea3c26766331255b40ca7f9a9ad31e4ea6 diff --git a/src/bin/lttng-sessiond/snapshot.h b/src/bin/lttng-sessiond/snapshot.h index 44d2ae7f5..a505128a6 100644 --- a/src/bin/lttng-sessiond/snapshot.h +++ b/src/bin/lttng-sessiond/snapshot.h @@ -75,5 +75,7 @@ int snapshot_output_init_with_uri(uint64_t max_size, const char *name, struct snapshot *snapshot); struct snapshot_output *snapshot_find_output_by_id(uint32_t id, struct snapshot *snapshot); +struct snapshot_output *snapshot_find_output_by_name(const char *name, + struct snapshot *snapshot); #endif /* SNAPSHOT_H */