]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
* msync is NOT necessary before munmap, the data gets synced automatically 511/head
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 30 Jun 2014 09:16:40 +0000 (11:16 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 30 Jun 2014 11:51:08 +0000 (13:51 +0200)
commit61370c601393d7327a64ae1e02d2468e56efd419
tree3c36dd5f51193d275e580922bc441fac16f4c651
parent5582f81a0da1bed8c83ac669acb3b1bea19a76e8
* msync is NOT necessary before munmap, the data gets synced automatically
* remove WILLNEED madvise, this only slows the code down while the os des not seem todo anything sensible with the info
configure.ac
src/rrd_open.c