]> git.pond.sub.org Git - empserver/commit
Expire lost items at the update instead of continuously
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 10 Sep 2008 11:30:48 +0000 (07:30 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 12 Sep 2008 22:05:58 +0000 (18:05 -0400)
commit7441e2499fb9aefa46f518a0e783e765e3cde09a
treeb82de651ff314cc074e9728ca13a847ea856dcb8
parentb72fd2067491743c9a07d2160a49728b8c616c55
Expire lost items at the update instead of continuously

Replace thread DeleteItems running delete_lostitems() by simple
function delete_old_lostitems(), and call it from update_main().
include/lost.h
include/server.h
src/lib/subs/lostsub.c
src/lib/update/main.c
src/server/lostitem.c [deleted file]
src/server/main.c