From: Pierre-Marc Fournier Date: Fri, 15 Jan 2010 22:53:55 +0000 (-0500) Subject: Change header file's #define name X-Git-Tag: v0.1~8 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=23e47a47f1cb9848f6a5e93ae34f60d30479339c Change header file's #define name --- diff --git a/libust/channels.h b/libust/channels.h index 0b179e5..893d8c1 100644 --- a/libust/channels.h +++ b/libust/channels.h @@ -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 */