File tree 3 files changed +10
-10
lines changed
doc/dev_guide/internals/iproto
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ skinparam map {
7
7
BackgroundColor transparent
8
8
}
9
9
10
- map vclock {
11
- " replica_id1" => " LSN1 ",
12
- " replica_id2" => " LSN2 ",
13
- " ..." => " ... "
10
+ map "**vclock**" as vclock {
11
+ replica_id1 => LSN1
12
+ replica_id2 => LSN2
13
+ ... => ...
14
14
}
15
15
16
16
@enduml
Original file line number Diff line number Diff line change 4
4
Keys used in requests and responses
5
5
===================================
6
6
7
- This section describes ``iproto `` keys contained in iproto requests and responses.
7
+ This section describes ``iproto `` keys contained in requests and responses.
8
8
The keys are Tarantool constants that are either defined or mentioned in the
9
9
`iproto_constants.h file <https://github.com/tarantool/tarantool/blob/master/src/box/iproto_constants.h >`_.
10
10
You can’t perform that action at this time.
0 commit comments