new: debug and version macros, cleaning up client/server APIs
This commit is contained in:
@ -15,8 +15,6 @@ int main(int argc, char *argv[]) {
|
||||
lm_pool_t *pool;
|
||||
lm_ctx_init(&ctx);
|
||||
|
||||
ctx.debug = true;
|
||||
|
||||
if ((pool = lm_ctx_pools_add(&ctx, "test", "mptp://127.0.0.1:5858")) == NULL) {
|
||||
printf("failed to add pool: %s (%d)\n", lm_strerror(), lm_error());
|
||||
goto end;
|
||||
|
Reference in New Issue
Block a user