X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FServer.hh;h=b7684d56a9000b01386167bc3b7da5897016035b;hb=40fa3e3f1e0f639c68bd15bf469e35045f94abee;hp=1756e14717b3fb79164ddf869691c1ffda1f69be;hpb=e8a31ca63d661c8dd5402025c771b87798094a93;p=senf.git diff --git a/Console/Server.hh b/Console/Server.hh index 1756e14..b7684d5 100644 --- a/Console/Server.hh +++ b/Console/Server.hh @@ -129,7 +129,7 @@ namespace console { static Server & start(ServerHandle handle); - void newClient(Scheduler::EventId event); + void newClient(int event); void removeClient(Client & client); ServerHandle handle_;