} else {
keystr = hex_encode(NULL, key.dptr, key.dsize);
}
- printf(" rec %s lmaster=%u dmaster=%u\n",
+ printf(" rec %s lmaster=%u dmaster=%u %c\n",
keystr,
ctdb_hash(&key) % (*num_nodes),
- h->dmaster);
+ h->dmaster,
+ );
talloc_free(keystr);
return 0;
}
printf(" req_status %u\n", s->client.req_status);
printf(" node_packets_sent %u\n", s->node_packets_sent);
printf(" node_packets_recv %u\n", s->node_packets_recv);
- printf(" req_call %u\n", s->client.req_call);
+ printf(" req_call %u\n", s->count.req_call);
printf(" reply_call %u\n", s->count.reply_call);
printf(" reply_redirect %u\n", s->count.reply_redirect);
printf(" req_dmaster %u\n", s->count.req_dmaster);