summaryrefslogtreecommitdiff
path: root/common/hal/utils/zsl_result_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/hal/utils/zsl_result_dispatcher.h')
-rw-r--r--common/hal/utils/zsl_result_dispatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/hal/utils/zsl_result_dispatcher.h b/common/hal/utils/zsl_result_dispatcher.h
index 6297b6b..562ba38 100644
--- a/common/hal/utils/zsl_result_dispatcher.h
+++ b/common/hal/utils/zsl_result_dispatcher.h
@@ -63,7 +63,8 @@ class ZslResultDispatcher {
// Add a shutter for a frame number. If the frame number doesn't belong to a
// pending request that was previously added via AddPendingRequest(), an error
// will be returned.
- status_t AddShutter(uint32_t frame_number, int64_t timestamp_ns);
+ status_t AddShutter(uint32_t frame_number, int64_t timestamp_ns,
+ int64_t readout_timestamp_ns);
// Add an error notification for a frame number. When this is called, we no
// longer wait for a shutter message or result metadata for the given frame.