links to this page:
PluginProxy Implementation
Swiki Page List
MobVM/SmallSqueak Page Cluster
MobVM ModuleEntry
Last updated at 4:35 am UTC on 24 September 2002
typedef struct ModuleEntry
{
struct ModuleEntry next;
void handle;
struct GenericProxy proxy;
int ffiLoaded;
char name[1];
} ModuleEntry ;