Move liblttng-ust-dl to 'src/lib/'
[lttng-ust.git] / src / lib / lttng-ust-dl / ust_dl.c
diff --git a/src/lib/lttng-ust-dl/ust_dl.c b/src/lib/lttng-ust-dl/ust_dl.c
new file mode 100644 (file)
index 0000000..b35ed62
--- /dev/null
@@ -0,0 +1,10 @@
+/*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
+ * Copyright (C) 2013 Paul Woegerer <paul_woegerer@mentor.com>
+ */
+
+#define _LGPL_SOURCE
+#define TRACEPOINT_CREATE_PROBES
+#define TP_IP_PARAM ip
+#include "ust_dl.h"
This page took 0.023036 seconds and 4 git commands to generate.