Character string to module map implementation. More...
#include <malloc.h>
#include <task.h>
#include <unistd.h>
#include <ipc/services.h>
#include "../err.h"
#include "../modules.h"
#include "generic_char_map.h"
#include "module_map.h"
Functions | |
int | add_module (module_ref *module, modules_ref modules, const char *name, const char *filename, services_t service, task_id_t task_id, connect_module_t connect_module) |
module_ref | get_running_module (modules_ref modules, char *name) |
Searches and returns the specified module. | |
task_id_t | spawn (const char *fname) |
Starts the module. |
Character string to module map implementation.