From: Julien Desfossez Date: Wed, 5 Feb 2014 19:55:10 +0000 (-0500) Subject: Fix: cleanup indef guards following the rename X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=1e26e04e998f8f9a947a1943f1b1c55d13bd4c26 Fix: cleanup indef guards following the rename Signed-off-by: Julien Desfossez --- diff --git a/src/bin/lttng-relayd/lttng-viewer-abi.h b/src/bin/lttng-relayd/lttng-viewer-abi.h index fe491cc2b..f9bce98d0 100644 --- a/src/bin/lttng-relayd/lttng-viewer-abi.h +++ b/src/bin/lttng-relayd/lttng-viewer-abi.h @@ -1,5 +1,5 @@ -#ifndef LTTNG_VIEWER_H -#define LTTNG_VIEWER_H +#ifndef LTTNG_VIEWER_ABI_H +#define LTTNG_VIEWER_ABI_H /* * Copyright (C) 2013 - Julien Desfossez @@ -232,4 +232,4 @@ struct lttng_viewer_create_session_response { uint32_t status; } __attribute__((__packed__)); -#endif /* LTTNG_VIEWER_H */ +#endif /* LTTNG_VIEWER_ABI_H */