HADOOP-17819. Add extensions to ProtobufRpcEngine RequestHeaderProto. Contributed by Hector Sandoval Chaverri. (#3242)
(cherry picked from commit 3c8a48e681
)
This commit is contained in:
parent
f001595b47
commit
6cc1426b63
|
@ -64,4 +64,7 @@ message RequestHeaderProto {
|
|||
|
||||
/** protocol version of class declaring the called method */
|
||||
required uint64 clientProtocolVersion = 3;
|
||||
|
||||
/** protocol extensions */
|
||||
extensions 1000 to max;
|
||||
}
|
||||
|
|
|
@ -64,4 +64,7 @@ message RequestHeaderProto {
|
|||
|
||||
/** protocol version of class declaring the called method */
|
||||
required uint64 clientProtocolVersion = 3;
|
||||
|
||||
/** protocol extensions */
|
||||
extensions 1000 to max;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue