X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=snap.c;fp=snap.c;h=da95c1f342dc09bcc01d1eef58a075dd721472ef;hp=8de76d459da1a8844a452fa576d706014b229be9;hb=fa415abf954777fd0064fd5cbe222f34126bd8ed;hpb=5874e6d96f97e2dc7bb0771408b298ae5f4e00ed diff --git a/snap.c b/snap.c index 8de76d4..da95c1f 100644 --- a/snap.c +++ b/snap.c @@ -146,7 +146,7 @@ static int compare_snapshots(const void *a, const void *b) return NUM_COMPARE(s2->creation_time, s1->creation_time); } - +/* The returned snapshot list is sorted by creation time. */ void get_snapshot_list(struct snapshot_list *sl, int unit_interval, int num_intervals) {