author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 18 Oct 2008 15:50:07 +0000 (15:50 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 18 Oct 2008 15:50:07 +0000 (15:50 +0000) | ||
commit | 2f6fd08d321e39256558fa5f3c93861002211fad | |
tree | 4b07d788d80eabda2d24a326a5d3013f44b95248 | tree | snapshot |
parent | ce4e4bf1d0b30702438f1988cfd6f51357ba434a | commit | diff |
- encapsulate fd and mmap related variables within a private data
structure
- rrd_file_t keeps a pointer to the private data structure of type
void*, so that other block storage implementations can store their
internal data with rrd_file_t
-- Daniel.Pocock
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1619 a5681a0c-68f1-0310-ab6d-d61299d08faa
structure
- rrd_file_t keeps a pointer to the private data structure of type
void*, so that other block storage implementations can store their
internal data with rrd_file_t
-- Daniel.Pocock
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1619 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd.h | diff | blob | history | |
program/src/rrd_open.c | diff | blob | history |