[sheepdog] [PATCH v8 7/7] sheep: add a cluster driver for shepherd
Hitoshi Mitake
mitake.hitoshi at gmail.com
Tue Mar 12 02:42:38 CET 2013
At Tue, 12 Mar 2013 09:14:44 +0900,
MORITA Kazutaka wrote:
>
> > +
> > + join_reply = xzalloc(rcv.body_len);
> > + ret = xread(sph_comm_fd, join_reply, rcv.body_len);
> > + if (ret != rcv.body_len) {
> > + sd_eprintf("xread() failed: %m");
> > + exit(1);
> > + }
> > +
> > + sd_iprintf("join reply arrived, nr_nodes: %d", join_reply->nr_nodes);
> > +
> > + /* FIXME */
>
> Please explain what we need to fix in future.
>
Sorry, I'll add a description to this FIXME in the next version.
Thanks,
Hitoshi
More information about the sheepdog
mailing list