Changeset 8 in Main for trunk/Server/main.c


Ignore:
Timestamp:
Sep 13, 2024, 8:18:23 PM (2 months ago)
Author:
Nishi
Message:

can listen now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/main.c

    r6 r8  
    1010
    1111#include "tw_config.h"
     12#include "tw_server.h"
    1213#include "tw_version.h"
    1314
     
    4445                return 1;
    4546        }
     47        if(tw_server_init() != 0) {
     48                fprintf(stderr, "Could not initialize the server\n");
     49                return 1;
     50        }
    4651        cm_log("Daemon", "Ready");
    4752}
Note: See TracChangeset for help on using the changeset viewer.