GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
SEGMENT::scb Struct Reference

#include <segment.h>

Collaboration diagram for SEGMENT::scb:

Data Fields

char * buf
 
char dirty
 
struct aqage
 
int n
 

Detailed Description

Definition at line 45 of file segment.h.

Field Documentation

◆ age

struct aq* SEGMENT::scb::age

Definition at line 49 of file segment.h.

Referenced by seg_setup().

◆ buf

char* SEGMENT::scb::buf

Definition at line 47 of file segment.h.

Referenced by seg_pageout(), seg_setup(), Segment_get(), Segment_put(), and Segment_release().

◆ dirty

char SEGMENT::scb::dirty

Definition at line 48 of file segment.h.

Referenced by seg_pageout(), seg_setup(), Segment_flush(), and Segment_put().

◆ n

int SEGMENT::scb::n

Definition at line 50 of file segment.h.

Referenced by seg_pageout(), seg_setup(), and Segment_flush().


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