commit | e851b95add79715be776be1fb08866144244cadc | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Sun Jan 13 22:29:57 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Sun Jan 13 22:35:49 2013 -0800 |
tree | 44dd094e417f4f3824afae7d74d5188207ed9cdb | |
parent | bb8374ae9451fa5f851788353bc90ed1f1975107 [diff] [blame] |
sync core compiles
diff --git a/src/sync-state.proto b/src/sync-state.proto index 2aafb0c..26095e1 100644 --- a/src/sync-state.proto +++ b/src/sync-state.proto
@@ -10,6 +10,7 @@ required ActionType type = 2; optional uint64 seq = 3; + optional bytes locator = 4; } message SyncStateMsg