GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Segment flush routines. More...
#include "local_proto.h"
Go to the source code of this file.
Functions | |
int | Segment_flush (SEGMENT *SEG) |
Flush pending updates to disk. More... | |
Segment flush routines.
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file flush.c.
int Segment_flush | ( | SEGMENT * | SEG | ) |
Flush pending updates to disk.
Forces all pending updates generated by Segment_put() to be written to the segment file seg. Must be called after the final Segment_put() to force all pending updates to disk. Must also be called before the first call to Segment_get_row.
[in] | SEG | segment |
Definition at line 32 of file flush.c.
References SEGMENT::scb::dirty, SEGMENT::scb::n, SEGMENT::nseg, SEGMENT::scb, and seg_pageout().