X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=snap.h;h=489b67a2fbbb39f69533e50bfc996b1c7db20525;hp=fc8285087c7a74e54353a5508b9f3b4458f7cb9b;hb=324d1364004376fa0b018afcb57cfe14aca7fcdb;hpb=b471b45977f22e3a0628befda4ad84e07fac4391 diff --git a/snap.h b/snap.h index fc82850..489b67a 100644 --- a/snap.h +++ b/snap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 Andre Noll + * Copyright (C) 2008-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -88,11 +88,12 @@ __malloc char *incomplete_name(int64_t start); __malloc char *being_deleted_name(struct snapshot *s); int complete_name(int64_t start, int64_t end, char **result); __malloc char *name_of_newest_complete_snapshot(struct snapshot_list *sl); +int num_complete_snapshots(struct snapshot_list *sl); /** * Get the newest snapshot in a snapshot list. */ -_static_inline_ struct snapshot *get_newest_snapshot(struct snapshot_list *sl) +static inline struct snapshot *get_newest_snapshot(struct snapshot_list *sl) { if (!sl->num_snapshots) return NULL;