Browse Source

#operation.status

Namdak Tonpa 10 years ago
parent
commit
300a45e15d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/kvs.hrl

+ 1 - 1
include/kvs.hrl

@@ -10,6 +10,6 @@
 -record(iterator,  {?ITERATOR(undefined)}).
 -record(interval, {left,right,name}).
 -record(log, {?CONTAINER, name, acc}).
--record(operation, {?ITERATOR(log), body, name}).
+-record(operation, {?ITERATOR(log), body, name, status}).
 
 -endif.