Commit fafd6f21 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Add a XXX for a feature to be added

parent be9f0b62
......@@ -68,6 +68,7 @@ enum VSL_transaction_e {
struct VSL_transaction {
unsigned level;
int32_t vxid;
/* int32_t vxid_parent; /\* XXX: Implement this *\/ */
enum VSL_transaction_e type;
struct VSL_cursor *c;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment