lib: compile liblttng-ctl as C++
[lttng-tools.git] / include / lttng / lttng-error.h
index 606d8b0b28a0c0a29b4bed5cf15c8ca899388f6f..790a78a0b60e88188486fc230b84c01ba031f347 100644 (file)
@@ -15,6 +15,8 @@
 #ifndef LTTNG_ERROR_H
 #define LTTNG_ERROR_H
 
+#include <lttng/lttng-export.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -176,6 +178,11 @@ enum lttng_error_code {
        LTTNG_ERR_PROCESS_ATTR_TRACKER_INVALID_TRACKING_POLICY = 163, /* Operation does not apply to the process attribute tracker's tracking policy */
        LTTNG_ERR_EVENT_NOTIFIER_GROUP_NOTIFICATION_FD = 164, /* Error initializing event notifier group notification file descriptor */
        LTTNG_ERR_INVALID_CAPTURE_EXPRESSION = 165, /* Invalid capture expression. */
+       LTTNG_ERR_EVENT_NOTIFIER_REGISTRATION = 166, /* Error registering event notifier to the tracer. */
+       LTTNG_ERR_EVENT_NOTIFIER_ERROR_ACCOUNTING = 167, /* Error initializing event notifier error accounting. */
+       LTTNG_ERR_EVENT_NOTIFIER_ERROR_ACCOUNTING_FULL = 168, /* Error event notifier error accounting full. */
+       LTTNG_ERR_INVALID_ERROR_QUERY_TARGET = 169, /* Invalid error query target. */
+       LTTNG_ERR_BUFFER_FLUSH_FAILED        = 170, /* Buffer flush failed */
 
        /* MUST be last element of the manually-assigned section of the enum */
        LTTNG_ERR_NR,
@@ -190,7 +197,7 @@ enum lttng_error_code {
  *
  * Parameter MUST be a negative value or else you'll get a generic message.
  */
-extern const char *lttng_strerror(int code);
+LTTNG_EXPORT extern const char *lttng_strerror(int code);
 
 #ifdef __cplusplus
 }
This page took 0.023905 seconds and 4 git commands to generate.