a8416c340c
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit for tracing Linux (And now FreeBSD, only userspace now) programs. PR: 216142 Submitted by: mmokhi Reported by: mmokhi Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9200
10 lines
275 B
C
10 lines
275 B
C
--- src/bin/lttng-relayd/stream.c.orig 2016-11-29 22:48:37 UTC
|
|
+++ src/bin/lttng-relayd/stream.c
|
|
@@ -22,6 +22,7 @@
|
|
#include <common/utils.h>
|
|
#include <common/defaults.h>
|
|
#include <urcu/rculist.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
|
|
#include "lttng-relayd.h"
|