Clean-up: sessiond: cmd_enable_channel_internal
[lttng-tools.git] / src / common / defaults.h
index 95b1dc29ba16fa5c87df7d00f798eec68ccc1a85..b889466fd341f4dee312a068dae0d11ce15aacda 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  * Copyright (C) 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
 #include <pthread.h>
 #include <common/macros.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* Default unix group name for tracing. */
 #define DEFAULT_TRACING_GROUP                   "tracing"
 
@@ -428,8 +424,4 @@ size_t default_get_ust_uid_channel_subbuf_size(void);
  */
 pthread_attr_t *default_pthread_attr(void);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _DEFAULTS_H */
This page took 0.023236 seconds and 4 git commands to generate.