[sheepdog] [PATCH v3 1/2] move node_to_str() and str_to_node() from sheep/cluster.h to include/internal_proto.h
Hitoshi Mitake
h.mitake at gmail.com
Sat Nov 17 13:06:51 CET 2012
At Fri, 16 Nov 2012 17:28:38 +0900,
MORITA Kazutaka wrote:
>
> At Wed, 14 Nov 2012 15:44:07 +0900,
> Hitoshi Mitake wrote:
> >
> > sheepkeeper uses node_to_str() and str_to_node(), so they should be
> > moved to the header which can be included by other directories of
> > sheep/.
> >
> > Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
> > ---
> > include/internal_proto.h | 41 +++++++++++++++++++++++++++++++++++++++++
> > sheep/cluster.h | 40 ----------------------------------------
> > 2 files changed, 41 insertions(+), 40 deletions(-)
> >
> > diff --git a/include/internal_proto.h b/include/internal_proto.h
> > index a45b818..722fab0 100644
> > --- a/include/internal_proto.h
> > +++ b/include/internal_proto.h
> > @@ -19,6 +19,7 @@
> >
> > #include <stdint.h>
> > #include "sheepdog_proto.h"
>
> The current master doesn't contain this line. Please rebase before
> sending patches.
>
Sorry for the mistake. I'll fix this problem in the next version.
Thanks,
Hitoshi
More information about the sheepdog
mailing list