- Added SicsList
- Removed group and description attributes from ObjectDescriptor
This commit is contained in:
4
psi.c
4
psi.c
@ -54,7 +54,7 @@
|
||||
#include "sinq.h"
|
||||
#include "tabledrive.h"
|
||||
#include "amorset.h"
|
||||
|
||||
#include "sinqhttp.h"
|
||||
/*
|
||||
from tcpdornier.c
|
||||
*/
|
||||
@ -259,6 +259,8 @@ static HistDriver *CreatePsiHistMem(char *name, pStringDict pOptions){
|
||||
pNew = CreateSINQDriver(pOptions);
|
||||
} else if(strcmp(name,"tdc") == 0){
|
||||
pNew = MakeTDCHM(pOptions);
|
||||
} else if(strcmp(name,"sinqhttp") == 0){
|
||||
pNew = CreateSinqHttpDriver(pOptions);
|
||||
}
|
||||
return pNew;
|
||||
}
|
||||
|
Reference in New Issue
Block a user