lib: compile liblttng-ctl as C++
[lttng-tools.git] / src / common / lttng-elf.h
index 49b064ce54b61e129ab253dccaec97900427e758..524b8784605462a897a30fe75eba05f4799bc4a4 100644 (file)
@@ -8,9 +8,11 @@
  *
  */
 
-int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset);
+#include <lttng/lttng-export.h>
 
-int lttng_elf_get_sdt_probe_offsets(int fd, const char *provider_name,
+LTTNG_EXPORT int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset);
+
+LTTNG_EXPORT int lttng_elf_get_sdt_probe_offsets(int fd, const char *provider_name,
                const char *probe_name, uint64_t **offsets, uint32_t *nb_probe);
 
 #endif /* _LTTNG_ELF_H */
This page took 0.022934 seconds and 4 git commands to generate.