style and comments for threadpool.c
This commit is contained in:
@ -2,11 +2,12 @@
|
||||
#ifndef _SERVER_UTIL
|
||||
#define _SERVER_UTIL
|
||||
|
||||
#include <ini.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "ini.h"
|
||||
|
||||
#define CONFGETINT(var, config, t, q, p, base) \
|
||||
var = (int) strtol(ini_get(config, t, q), p, base); \
|
||||
if(var<=0) { \
|
||||
|
||||
Reference in New Issue
Block a user