|
@@ -902,18 +902,6 @@ for all threads.
|
|
|
<path>
|
|
<path>
|
|
|
.br
|
|
.br
|
|
|
calls chroot(path). Unix only.
|
|
calls chroot(path). Unix only.
|
|
|
-.SH PLUGINS
|
|
|
|
|
-
|
|
|
|
|
-.br
|
|
|
|
|
-.B plugin
|
|
|
|
|
-<path_to_shared_library> <function_to_call> [<arg1> ...]
|
|
|
|
|
-.br
|
|
|
|
|
- Loads specified library and calls given export function with given arguments,
|
|
|
|
|
-as
|
|
|
|
|
-.br
|
|
|
|
|
- int functions_to_call(struct pluginlink * pl, int argc, char * argv[]);
|
|
|
|
|
-.br
|
|
|
|
|
- function_to_call must return 0 in case of success, value > 0 to indicate error.
|
|
|
|
|
|
|
|
|
|
.br
|
|
.br
|
|
|
.B stacksize
|
|
.B stacksize
|
|
@@ -928,6 +916,18 @@ as
|
|
|
stacksize 65536
|
|
stacksize 65536
|
|
|
and then find the minimal value for service to work. If you experience
|
|
and then find the minimal value for service to work. If you experience
|
|
|
memory shortage, you can try to experiment with negative values.
|
|
memory shortage, you can try to experiment with negative values.
|
|
|
|
|
+.SH PLUGINS
|
|
|
|
|
+
|
|
|
|
|
+.br
|
|
|
|
|
+.B plugin
|
|
|
|
|
+<path_to_shared_library> <function_to_call> [<arg1> ...]
|
|
|
|
|
+.br
|
|
|
|
|
+ Loads specified library and calls given export function with given arguments,
|
|
|
|
|
+as
|
|
|
|
|
+.br
|
|
|
|
|
+ int functions_to_call(struct pluginlink * pl, int argc, char * argv[]);
|
|
|
|
|
+.br
|
|
|
|
|
+ function_to_call must return 0 in case of success, value > 0 to indicate error.
|
|
|
|
|
|
|
|
.br
|
|
.br
|
|
|
.B filtermaxsize
|
|
.B filtermaxsize
|