]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/tests/server_test.cpp
Se agregan un par de mutex porque el server se muere con segmentation fault
[z.facultad/75.42/plaqui.git] / Server / tests / server_test.cpp
index eddd8dda9ce9217a7aa57cdf1788395bd2340a59..1927af4fb518a0f17a0bd3120ebe7b9e206e3a72 100644 (file)
@@ -53,6 +53,9 @@ int main(int argc, char* argv[]) {
                str >> port;
        }
 
                str >> port;
        }
 
+       // Inicializa threads.
+       Glib::thread_init();
+
        // Corre el server.
        Server server(port);
        server.run(false);
        // Corre el server.
        Server server(port);
        server.run(false);