From: Michael Jeanson Date: Wed, 14 Oct 2015 20:51:30 +0000 (-0400) Subject: Rename config.h to session-config.h X-Git-Tag: v2.8.0-rc1~268 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=f40ef1d56886bc58f5d7e147d77f818f46b66456;hp=f40ef1d56886bc58f5d7e147d77f818f46b66456 Rename config.h to session-config.h The global config.h is included on the command line with the gcc '-include' switch which searches the local directory before the include path. This leads to a namespace collision with 'src/common/config/config.h'. Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---