GRASS GIS 7 Programmer's Manual
7.0.3(2016)-r00000
Main Page
Related Pages
Data Structures
Files
File List
Globals
flush.c
Go to the documentation of this file.
1
15
#include "local_proto.h"
16
17
32
int
Segment_flush
(SEGMENT * SEG)
33
{
34
int
i;
35
36
for
(i = 0; i < SEG->nseg; i++)
37
if
(SEG->scb[i].n >= 0 && SEG->scb[i].dirty)
38
seg_pageout
(SEG, i);
39
40
return
0;
41
}
Segment_flush
int Segment_flush(SEGMENT *SEG)
Flush pending updates to disk.
Definition:
flush.c:32
seg_pageout
int seg_pageout(SEGMENT *SEG, int i)
Internal use only.
Definition:
pageout.c:37
segment
flush.c
Generated on Wed Mar 2 2016 13:36:07 for GRASS GIS 7 Programmer's Manual by
1.8.11