Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / uprobe.hpp
diff --git a/src/bin/lttng/uprobe.hpp b/src/bin/lttng/uprobe.hpp
new file mode 100644 (file)
index 0000000..8373312
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2020 EfficiOS, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#ifndef SRC_BIN_LTTNG_UPROBE_H
+#define SRC_BIN_LTTNG_UPROBE_H
+
+#include <common/macros.hpp>
+
+struct lttng_userspace_probe_location;
+
+int parse_userspace_probe_opts(const char *opt,
+               struct lttng_userspace_probe_location **uprobe_loc);
+
+#endif /* SRC_BIN_LTTNG_UPROBE_H */
This page took 0.023058 seconds and 4 git commands to generate.