At Wed, 26 Oct 2011 21:18:13 +0800, Liu Yuan wrote: > > This patch set timestamps the epoch log, that is supposed to help admins to > get more info about cluster history. > > Changes from v3 to v2: > - change time_t in epoch_log to uint64_t as Kazum suggested. > > Changes from v2 to v1: > - remove extra dprintfs when update epoch log > > Liu Yuan (3): > sheep: use update_epoch_log() to write epoch logs > sheep: timestamp the epoch log > sheep: rename var ctime to ct > > collie/cluster.c | 11 +++++--- > include/sheep.h | 1 + > sheep/group.c | 6 +--- > sheep/ops.c | 11 +++---- > sheep/sheep_priv.h | 1 - > sheep/store.c | 74 ++++++++++++++++++++++++++------------------------- > 6 files changed, 52 insertions(+), 52 deletions(-) Applied, thanks! Kazutaka |