]> git.pond.sub.org Git - empserver/commit
Move oops actions from log.c up to application
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 25 Apr 2008 18:20:07 +0000 (20:20 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 25 Apr 2008 20:06:13 +0000 (22:06 +0200)
commitf55860670a1550731b7abef934b65f6a4be35270
treefa13e7a168d858daa51833b281373c0daca46d1f
parent6709931d513777ef6374715f70899d6dcd5822e8
Move oops actions from log.c up to application

Change oops() to call the new oops_handler function pointer instead of
offering a fixed set of actions.  Change server's main() to install a
handler for the action requested by -E.
include/misc.h
src/lib/gen/log.c
src/server/main.c