Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / uprobe.hpp
CommitLineData
0c4e727b
JR
1/*
2 * Copyright (C) 2020 EfficiOS, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8#ifndef SRC_BIN_LTTNG_UPROBE_H
9#define SRC_BIN_LTTNG_UPROBE_H
10
c9e313bc 11#include <common/macros.hpp>
0c4e727b
JR
12
13struct lttng_userspace_probe_location;
14
0c4e727b
JR
15int parse_userspace_probe_opts(const char *opt,
16 struct lttng_userspace_probe_location **uprobe_loc);
17
18#endif /* SRC_BIN_LTTNG_UPROBE_H */
This page took 0.033379 seconds and 4 git commands to generate.