repo.or.cz
/
citadel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* When saving a Task, if the status is COMPLETED then also set PERCENT-COMPLETE:100...
[citadel.git]
/
citadel
/
housekeeping.h
blob
e7048dc5bdd3e5271b2d28d7d51d3b7db98d29f2
1
/* $Id$ */
2
void
terminate_idle_sessions
(
void
);
3
void
check_sched_shutdown
(
void
);
4
void
check_ref_counts
(
void
);
5
void
do_housekeeping
(
void
);