summaryrefslogtreecommitdiff
path: root/src/ctx.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-04-11 13:14:08 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-04-16 13:22:46 +0200
commit48210efd8498cbf666919495ed5873b1355fce62 (patch)
tree535b79007f48706d58697a7770bae152085fc580 /src/ctx.hpp
parent5b24b701c09665c3fadd8f42232616a395130442 (diff)
Automotic loading of plugins (Linux)
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/ctx.hpp')
-rw-r--r--src/ctx.hpp3
1 files changed, 3 insertions, 0 deletions
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 <HMODULE> plugins_t;
plugins_t plugins;
+#elif defined XS_HAVE_LINUX
+ typedef std::vector <void*> plugins_t;
+ plugins_t plugins;
#endif
// List of all filters plugged into the context.