updated utils.c
This commit is contained in:
parent
ea76a8b5e6
commit
2401612ccf
@ -20,7 +20,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
void deallocateLogger(int logger)
|
#include <why2/logger/flags.h>
|
||||||
|
|
||||||
|
void deallocateLogger(logFile logger)
|
||||||
{
|
{
|
||||||
close(logger);
|
close(logger.file);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user