Commit fca86395 authored by Ahmad Nemati's avatar Ahmad Nemati

dsd

parent dc0c7f3d
Pipeline #115 canceled with stages
......@@ -143,7 +143,7 @@ int tcp_rpc_default_execute (connection_job_t C, int op, struct raw_message *raw
//P[1] = Q[1];
//P[2] = Q[2];
vkprintf (2, "received ping from " IP_PRINT_STR ":%d (val = %lld)\n", IP_TO_PRINT (c->remote_ip), (int)c->remote_port, *(long long *)(P + 1));
vkprintf ( "received ping from " IP_PRINT_STR ":%d (val = %lld)\n", IP_TO_PRINT (c->remote_ip), (int)c->remote_port, *(long long *)(P + 1));
tcp_rpc_conn_send_data (JOB_REF_CREATE_PASS (C), 12, P);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment