Skip to content
Snippets Groups Projects
Commit f8e354c4 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix opcode position

parent e4b1c567
No related branches found
No related tags found
No related merge requests found
......@@ -18,16 +18,18 @@ enum class NetworkConnectionType : uint32_t {
kFabric, // Fabric connection (Primarily used for InfiniBand verbs)
};
// do not forget to add new codes to the end!
enum Opcode : uint8_t {
kOpcodeUnknownOp = 1,
kOpcodeTransferData,
kOpcodeTransferDatasetData,
kOpcodeStreamInfo,
kOpcodeDeleteStream,
kOpcodeLastStream,
kOpcodeGetBufferData,
kOpcodeAuthorize,
kOpcodeTransferMetaData,
kOpcodeDeleteStream,
kOpcodeCount,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment