[ntcore] Add DataLog support

This commit is contained in:
Peter Johnson
2021-12-12 20:09:57 -08:00
parent 9b500df0d9
commit 02a804f1c5
16 changed files with 654 additions and 20 deletions

View File

@@ -28,7 +28,9 @@ class Handle {
kLogger,
kLoggerPoller,
kRpcCall,
kRpcCallPoller
kRpcCallPoller,
kDataLogger,
kConnectionDataLogger
};
enum { kIndexMax = 0xfffff };