summaryrefslogtreecommitdiff
path: root/cleopatre/application/libspid/inc/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/libspid/inc/path.h')
-rw-r--r--cleopatre/application/libspid/inc/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cleopatre/application/libspid/inc/path.h b/cleopatre/application/libspid/inc/path.h
index 41a9f35af2..1ecc4fd4e8 100644
--- a/cleopatre/application/libspid/inc/path.h
+++ b/cleopatre/application/libspid/inc/path.h
@@ -25,6 +25,7 @@
#define LIBSPID_HPAV_CONF_PATH "/etc/hpav.conf"
#define LIBSPID_HPAV_INFO_PATH "/etc/hpav.info"
#define LIBSPID_INTERNAL_CONF_PATH "/etc/internal.conf"
+ #define LIBSPID_MCAST_INFO_PATH "/var/run/info/mcast.info"
#define LIBSPID_SIGNAL_INFO_PATH "/etc/signal.info"
#define LIBSPID_NETWORK_CONF_PATH "/etc/network/interfaces"
#define LIBSPID_SYSTEM_VERSION_PATH "/proc/version"
@@ -43,6 +44,7 @@
#define LIBSPID_HPAV_CONF_PATH "/tmp/utests/etc/hpav.conf"
#define LIBSPID_HPAV_INFO_PATH "/tmp/utests/etc/hpav.info"
#define LIBSPID_INTERNAL_CONF_PATH "/tmp/utests/etc/internal.conf"
+ #define LIBSPID_MCAST_INFO_PATH "/tmp/utests/var/run/info/mcast.info"
#define LIBSPID_SIGNAL_INFO_PATH "/tmp/utests/etc/signal.info"
#define LIBSPID_NETWORK_CONF_PATH "/tmp/utests/network/interfaces"
#define LIBSPID_SYSTEM_VERSION_PATH "/tmp/utests/proc/version"