[Sheepdog] [PATCH 0/5] accord: make libacrd usable from other programs

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Wed Nov 2 18:08:08 CET 2011


This patchset is for Accord project:

  git://github.com/collie/accord.git

This is necessary to use Accord from Sheepdog.


MORITA Kazutaka (5):
  remove list.h from accord.h
  remove net.h from accord.h
  rename proto.h to accord_proto.h
  Makefile: add install target
  add pkgconfig support for libacrd

 Makefile                            |   12 ++++++++++++
 conductor/Makefile                  |    7 +++++++
 conductor/acrdnet.c                 |    2 +-
 conductor/acrdops.c                 |    2 +-
 include/Makefile                    |   11 +++++++++++
 include/accord.h                    |    6 +-----
 include/{proto.h => accord_proto.h} |    6 +++---
 include/net.h                       |    2 +-
 lib/net.c                           |    2 +-
 libacrd/Makefile                    |   23 ++++++++++++++++++++++-
 libacrd/libacrd.c                   |   21 ++++++++++++++++-----
 libacrd/libacrd.pc.in               |   11 +++++++++++
 test/test-aio.c                     |    1 +
 test/test-io.c                      |    1 +
 test/test-txn.c                     |    1 +
 test/test-watch.c                   |    1 +
 16 files changed, 91 insertions(+), 18 deletions(-)
 create mode 100644 include/Makefile
 rename include/{proto.h => accord_proto.h} (98%)
 create mode 100644 libacrd/libacrd.pc.in




More information about the sheepdog mailing list