liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / fd-tracker / fd-tracker.h
index 5776f6829797ca04cc540804f0a3876cd2f3b6e8..ec859c085b67fbd4b6edeacd0631129e27734bf9 100644 (file)
@@ -9,6 +9,7 @@
 #define FD_TRACKER_H
 
 #include <common/compat/directory-handle.h>
+#include <common/macros.h>
 #include <stdint.h>
 #include <sys/types.h>
 
@@ -102,7 +103,7 @@ struct fs_handle *fd_tracker_open_fs_handle(struct fd_tracker *tracker,
  * negative tracker-specific codes may be returned:
  *   - ENOMEM: allocation of a new entry failed,
  *   - EMFILE: too many unsuspendable fds are opened and the tracker can't
- *             accomodate the request for a new unsuspendable entry.
+ *             accommodates the request for a new unsuspendable entry.
  */
 int fd_tracker_open_unsuspendable_fd(struct fd_tracker *tracker,
                int *out_fds,
This page took 0.023404 seconds and 4 git commands to generate.