- Added a SICS to Hipadaba adapter
- Added a separate polling module to SICS
This commit is contained in:
3
ofac.c
3
ofac.c
@ -120,6 +120,7 @@
|
||||
#include "cone.h"
|
||||
#include "sicshipadaba.h"
|
||||
#include "multicounter.h"
|
||||
#include "sicspoll.h"
|
||||
/*----------------------- Server options creation -------------------------*/
|
||||
static int IFServerOption(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[])
|
||||
@ -331,6 +332,8 @@
|
||||
MakeCone,NULL,NULL);
|
||||
AddCommand(pInter,"MakeMultiCounter",
|
||||
MakeMultiCounter,NULL,NULL);
|
||||
AddCommand(pInter,"MakeSicsPoll",
|
||||
InstallSICSPoll,NULL,NULL);
|
||||
|
||||
/*
|
||||
install site specific commands
|
||||
|
Reference in New Issue
Block a user