make compile
This commit is contained in:
parent
9188298eb2
commit
73d2c81bd1
|
@ -50,7 +50,7 @@ STQ* tqOpen(const char* path, TqConfig* tqConfig, TqLogReader* tqLogReader, SMem
|
||||||
pTq->tqConfig = tqConfig;
|
pTq->tqConfig = tqConfig;
|
||||||
pTq->tqLogReader = tqLogReader;
|
pTq->tqLogReader = tqLogReader;
|
||||||
pTq->tqMemRef.pAlloctorFactory = allocFac;
|
pTq->tqMemRef.pAlloctorFactory = allocFac;
|
||||||
pTq->tqMemRef.pAllocator = allocFac->create();
|
pTq->tqMemRef.pAllocator = allocFac->create(allocFac);
|
||||||
if(pTq->tqMemRef.pAllocator == NULL) {
|
if(pTq->tqMemRef.pAllocator == NULL) {
|
||||||
//TODO
|
//TODO
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue