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 | 45f97327ebf242442e2d9dfb8528cae01e300cc1 | |
tree | b3c1e071cecc10914f072ea2c81c622e4017e861 | tree | snapshot |
parent | d682f1e53fcb7c6e8d9844ff008dc2873a75323d | 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/program@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/program@1619 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd.h | diff | blob | history | |
src/rrd_open.c | diff | blob | history |