Initial support for comments lok api

Change-Id: I1fc48e245a47f7b8d4260009d8c377c30d0b8820
This commit is contained in:
Pranav Kant
2017-01-23 22:31:57 +05:30
parent 8df085fbff
commit 440ca8e2f7
5 changed files with 15 additions and 2 deletions

View File

@ -74,6 +74,7 @@ extern "C"
CASE(VIEW_LOCK);
CASE(REDLINE_TABLE_SIZE_CHANGED);
CASE(REDLINE_TABLE_ENTRY_MODIFIED);
CASE(COMMENT);
#undef CASE
}
std::cout << " payload: " << payload << std::endl;