Change header file's #define name
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 15 Jan 2010 22:53:55 +0000 (17:53 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 15 Jan 2010 22:53:55 +0000 (17:53 -0500)
libust/channels.h

index 0b179e5cc670fe1b75f765a66d0b5f253d41e709..893d8c1193b544c35ff063cbb06e1a37f3de9a7d 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _LTT_CHANNELS_H
-#define _LTT_CHANNELS_H
+#ifndef UST_CHANNELS_H
+#define UST_CHANNELS_H
 
 /*
  * Copyright (C) 2008 Mathieu Desnoyers (mathieu.desnoyers@polymtl.ca)
@@ -97,4 +97,4 @@ extern void ltt_channels_trace_free(struct ust_channel *channels);
 extern int _ltt_channels_get_event_id(const char *channel, const char *name);
 extern int ltt_channels_get_event_id(const char *channel, const char *name);
 
-#endif /* _LTT_CHANNELS_H */
+#endif /* UST_CHANNELS_H */
This page took 0.023789 seconds and 4 git commands to generate.