projects
/
rrdtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b9e1c6
)
src/rrd_daemon.c: Set the CI_FLAGS_IN_QUEUE flag when queueing a CI.
author
Florian Forster
<octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 21:24:53 +0000
(23:24 +0200)
committer
Florian Forster
<octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 21:24:53 +0000
(23:24 +0200)
src/rrd_daemon.c
patch
|
blob
|
history
diff --git
a/src/rrd_daemon.c
b/src/rrd_daemon.c
index
d446756
..
b72f62e
100644
(file)
--- a/
src/rrd_daemon.c
+++ b/
src/rrd_daemon.c
@@
-182,6
+182,8
@@
static int enqueue_cache_item (cache_item_t *ci) /* {{{ */
cache_queue_tail->next = ci;
cache_queue_tail = ci;
+ ci->flags |= CI_FLAGS_IN_QUEUE;
+
return (0);
} /* }}} int enqueue_cache_item */