Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

pluginloader.h File Reference

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "stmt/logger.h"
#include "plugin.h"

Include dependency graph for pluginloader.h:

Go to the source code of this file.

Data Structures

struct  VPlugin
 Common structure for both Get-rules and Set-rules plugins. More...

Functions

int plugin_load (char *name, VPlugin *plugin)
 Loads the plugin by given library name.
void plugin_unload (VPlugin *plugin)
 Unloads plugin.


Function Documentation

int plugin_load char *  name,
VPlugin plugin
 

Loads the plugin by given library name.

Todo:
plugin_load should read the plugin configuration file and read the process_next parameter for grule plugin.

void plugin_unload VPlugin plugin  ) 
 

Unloads plugin.


Generated on Wed Dec 27 16:52:25 2006 for VRB Online Server by  doxygen 1.4.4