when sending back a fetch lock reply to a client
authorRonnie sahlberg <ronniesahlberg@gmail.com>
Thu, 12 Apr 2007 11:14:41 +0000 (21:14 +1000)
committerRonnie sahlberg <ronniesahlberg@gmail.com>
Thu, 12 Apr 2007 11:14:41 +0000 (21:14 +1000)
commit3aeac33da2763c0bf4dffdd85bd466fa6a7c8064
tree8d8606dd0742895fc56894ad815e14364545ca7d
parent109ff6ed435a8e29972617d5a6c666aa0b5d3b69
when sending back a fetch lock reply to a client
we cant peek in state->c since this is uninitialized
and even if it were not it would be wrong

create a new structure to pass BOTH client and also the reqid to respond back to
the client with

(This used to be ctdb commit e1a0da3dfbb4a927e8d98723b5e51a201c2a3428)
ctdb/common/ctdb_daemon.c