aboutsummaryrefslogtreecommitdiff
path: root/src/time-accounts.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-12-03 14:55:32 +0100
committerThomas White <taw@physics.org>2018-12-03 18:26:28 +0100
commitbe36a64d562127c56e66b2c19f028f25472129d5 (patch)
treed6c20f03d5743ba5e64cd76109e647f7f632928c /src/time-accounts.h
parent4859c44d35f7c71f39237b716090eb086c134795 (diff)
indexamajig: Add --wait-for-file
Diffstat (limited to 'src/time-accounts.h')
-rw-r--r--src/time-accounts.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/time-accounts.h b/src/time-accounts.h
index 92b459e1..43cc56ea 100644
--- a/src/time-accounts.h
+++ b/src/time-accounts.h
@@ -3,11 +3,11 @@
*
* Simple profiling according to wall clock time
*
- * Copyright © 2016 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2016-2018 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
- * 2016 Thomas White <taw@physics.org>
+ * 2016-2018 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -44,6 +44,7 @@ enum timeaccount
TACC_ENDCHECK,
TACC_WAKEUP,
TACC_WAITPID,
+ TACC_WAITFILE,
TACC_HDF5OPEN,
TACC_HDF5READ,
TACC_FILTER,