Searched defs:RequestCommand (Results 1 – 2 of 2) sorted by relevance
116 struct RequestCommand { struct117 MagicType magic;118 RequestType requestType;119 FileIdx fileIdx;120 BlockIdx blockIdx;
121 struct RequestCommand { struct122 RequestType request_type; // 2 bytes123 FileId file_id; // 2 bytes124 union {