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;
120 struct RequestCommand { struct121 RequestType request_type; // 2 bytes122 FileId file_id; // 2 bytes123 union {