#include <dlfcn.h>
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include "interpreter.h"
#include "configuration.h"
Include dependency graph for interpreter.cpp:
Namespaces | |
namespace | SMP |
Defines | |
#define | KERNEL_LIB_NAME "libsmpkernel.so.1.0" |
Typedefs | |
typedef SMPKernel *( | SMP::kernel_maker_t )() |
typedef void( | SMP::kernel_disposer_t )(SMPKernel *) |
Functions | |
SMP::for (bit=buffer_list.begin();bit!=buffer_list.end();bit++) | |
Variables | |
vector< _buffer * >::iterator | SMP::bit |
==================================================================================
2006/07/05 --mobo-- Some modification
#define KERNEL_LIB_NAME "libsmpkernel.so.1.0" |
SMP kernel library's soname