Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / fd-tracker / utils.h
index 1a7aad9f6074217f1c3030164ffc6e3b428f05ec..9c3d48937a4bf2af8e5361dd2be8aea662a33726 100644 (file)
@@ -1,24 +1,16 @@
 /*
- * Copyright (C) 2018 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ * Copyright (C) 2018 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License, version 2 only, as
- * published by the Free Software Foundation.
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef FD_TRACKER_UTILS_H
 #define FD_TRACKER_UTILS_H
 
+#include <common/compat/directory-handle.h>
 #include <common/fd-tracker/fd-tracker.h>
+#include <common/macros.h>
 
 struct lttng_poll_event;
 
@@ -46,4 +38,12 @@ int fd_tracker_util_poll_create(struct fd_tracker *tracker,
 int fd_tracker_util_poll_clean(
                struct fd_tracker *tracker, struct lttng_poll_event *events);
 
+struct lttng_directory_handle *fd_tracker_create_directory_handle(
+               struct fd_tracker *tracker, const char *path);
+
+struct lttng_directory_handle *fd_tracker_create_directory_handle_from_handle(
+               struct fd_tracker *tracker,
+               struct lttng_directory_handle *handle,
+               const char *path);
+
 #endif /* FD_TRACKER_UTILS_H */
This page took 0.024064 seconds and 4 git commands to generate.