From 48210efd8498cbf666919495ed5873b1355fce62 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 11 Apr 2012 13:14:08 +0200 Subject: Automotic loading of plugins (Linux) Signed-off-by: Martin Sustrik --- src/ctx.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ctx.hpp') diff --git a/src/ctx.hpp b/src/ctx.hpp index 75b36bd..7b0b74b 100644 --- a/src/ctx.hpp +++ b/src/ctx.hpp @@ -173,6 +173,9 @@ namespace xs #if defined XS_HAVE_WINDOWS typedef std::vector plugins_t; plugins_t plugins; +#elif defined XS_HAVE_LINUX + typedef std::vector plugins_t; + plugins_t plugins; #endif // List of all filters plugged into the context. -- cgit v1.2.3