summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/modinfo.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-11-09 18:25:40 +0000
committerLennart Poettering <lennart@poettering.net>2007-11-09 18:25:40 +0000
commite313fe1b3d0d9f9945c41c151d72edbe9cf1ec54 (patch)
tree1e5275fb1746f7b5a90fb785be0250e6d03e9be3 /src/pulsecore/modinfo.h
parentd8e0c1c6bdb4fbfcc69d080ca78d76403f9e8760 (diff)
tag modules that may only be loaded once at most especially, and enforce that in the module loader
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2043 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/modinfo.h')
-rw-r--r--src/pulsecore/modinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/modinfo.h b/src/pulsecore/modinfo.h
index 02e536c6..da6d5428 100644
--- a/src/pulsecore/modinfo.h
+++ b/src/pulsecore/modinfo.h
@@ -25,12 +25,14 @@
***/
/* Some functions for reading module meta data from PulseAudio modules */
+#include <pulsecore/macro.h>
typedef struct pa_modinfo {
char *author;
char *description;
char *usage;
char *version;
+ pa_bool_t load_once;
} pa_modinfo;
/* Read meta data from an libtool handle */