X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fustcomm.h;h=dac9aaed96159318bded85cc540d4aab28079bd2;hb=67534785e151f4c78aa5697703c55c5193deb65c;hp=81ce885dc460cb76b3eb6208627f3ece0009757d;hpb=df09bde567961bdf9cdda26f9737e3bbffd5cea9;p=lttng-ust.git diff --git a/src/common/ustcomm.h b/src/common/ustcomm.h index 81ce885d..dac9aaed 100644 --- a/src/common/ustcomm.h +++ b/src/common/ustcomm.h @@ -11,8 +11,8 @@ * These declarations should NOT be considered stable API. */ -#ifndef _UST_COMMON_USTCOMM_H -#define _UST_COMMON_USTCOMM_H +#ifndef _UST_COMMON_UST_COMM_H +#define _UST_COMMON_UST_COMM_H #include #include @@ -324,4 +324,4 @@ int ustcomm_setsockopt_rcv_timeout(int sock, unsigned int msec) int ustcomm_setsockopt_snd_timeout(int sock, unsigned int msec) __attribute__((visibility("hidden"))); -#endif /* _UST_COMMON_USTCOMM_H */ +#endif /* _UST_COMMON_UST_COMM_H */