* POSSIBILITY OF SUCH DAMAGE.
*/
+#include "fmacros.h"
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
c->written = 0;
c->state = CLIENT_SENDQUERY;
c->start = mstime();
+ createMissingClients(c);
}
static void randomizeClientKey(client c) {