stream supported api
This commit is contained in:
parent
09bb7c3814
commit
a4d2dfed67
|
@ -275,7 +275,7 @@ typedef STableTSMAInfo STSMACache;
|
||||||
typedef struct SCtgTbCache {
|
typedef struct SCtgTbCache {
|
||||||
SRWLatch metaLock;
|
SRWLatch metaLock;
|
||||||
SRWLatch indexLock;
|
SRWLatch indexLock;
|
||||||
SRWLatch tsmaLock;
|
SRWLatch tsmaLock;// TODO remove?
|
||||||
STableMeta* pMeta;
|
STableMeta* pMeta;
|
||||||
STableIndex* pIndex;
|
STableIndex* pIndex;
|
||||||
} SCtgTbCache;
|
} SCtgTbCache;
|
||||||
|
|
Loading…
Reference in New Issue