From cb08ffbe0adeed6502db70f3380059800464726d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 16 Oct 2014 16:28:35 +0200 Subject: Add serial numbers to chunks --- libcrystfel/src/image.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcrystfel/src/image.h') diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 6589ac1a..2498b5c2 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -183,6 +183,8 @@ struct image { int id; /* ID number of the thread * handling this image */ + int serial; /* Monotonically ascending serial + * number for this image */ struct sample *spectrum; int nsamples; /* Number of wavelengths */ -- cgit v1.2.3