• Robert Schmidt's avatar
    LOG: do not depend on oai_exit · dd2ef166
    Robert Schmidt authored
    By using oai_exit in log.c, LOG depends on being compiled into an
    executable that defines such symbol, which is not always the case (nor
    does it make sense).
    
    oai_exit is only used in a loop to optionally write out memory. The
    loop could relatively easily be aborted by setting a variable:
    dd2ef166
log.c 32.6 KB