Motr  M0
m0_dix_next_results Struct Reference

#include <req.h>

Collaboration diagram for m0_dix_next_results:
Collaboration graph

Data Fields

struct m0_cas_next_reply ** drs_reps
 
uint32_t drs_nr
 
uint32_t drs_pos
 

Detailed Description

Contains result records for particular starting key from NEXT request.

This structure is filled as a result of merge sorting algorithm. There is exactly one such structure for every starting key.

Definition at line 153 of file req.h.

Field Documentation

◆ drs_nr

uint32_t drs_nr

Definition at line 155 of file req.h.

◆ drs_pos

uint32_t drs_pos

Definition at line 156 of file req.h.

◆ drs_reps

struct m0_cas_next_reply** drs_reps

Definition at line 154 of file req.h.


The documentation for this struct was generated from the following file: