--- libaitrpc/src/builtin.c 2014/04/27 16:26:45 1.19 +++ libaitrpc/src/builtin.c 2015/03/09 22:01:34 1.20.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: builtin.c,v 1.19 2014/04/27 16:26:45 misho Exp $ +* $Id: builtin.c,v 1.20.2.1 2015/03/09 22:01:34 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004 - 2014 +Copyright 2004 - 2015 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -161,6 +161,7 @@ rpcServerPing(RPC_CALL_STDARGS) { if (ntohl((u_long) rpc->call_req.flags) == RPC_REPLY) AIT_SET_U16(ait_getVars(&RPC_RETVARS(cli), 0), random() % USHRT_MAX); + printf("alabala\n"); return 0; }