GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Segment page-out routines. More...
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <grass/segment.h>
Go to the source code of this file.
Functions | |
int | segment_pageout (SEGMENT *SEG, int i) |
Pages segment to disk. More... | |
Segment page-out 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 pageout.c.
Pages segment to disk.
Finds segment value i in segment seg and pages it out to disk.
[in] | seg | segment |
[in] | i | segment value |
Definition at line 36 of file pageout.c.
References errno, G_warning(), and segment_seek().
Referenced by segment_flush(), and segment_pagein().