liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / error.h
index 8af989e0436fd910678eb994fa7ebef48c63dd0a..f9b2ec2f9f0d63bda4a1a1cb90c90cab39117f84 100644 (file)
@@ -221,7 +221,7 @@ static inline void __lttng_print_check_abort(enum lttng_error_level type)
                        DBG3(fmt, ## args);     \
                        break;                  \
                default:                        \
-                       assert(0);              \
+                       abort();                \
                }                               \
        } while(0);
 
@@ -262,7 +262,6 @@ const char *error_get_str(int32_t code);
 const char *log_add_time(void);
 
 /* Name must be a statically-allocated string. */
-LTTNG_HIDDEN
 void logger_set_thread_name(const char *name, bool set_pthread_name);
 
 #endif /* _ERROR_H */
This page took 0.023111 seconds and 4 git commands to generate.