aboutsummaryrefslogtreecommitdiff
path: root/src/im-asapo.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-04-24 13:47:54 +0200
committerThomas White <taw@physics.org>2024-04-24 13:47:54 +0200
commitd7329d0a207cd17cde5651abd989a66c1b5da82c (patch)
tree74e98db0e28d2215fbe3a431df8246a28b838cf0 /src/im-asapo.h
parent895a493ce36f7fc81232727177145bf3fd2bde63 (diff)
indexamajig: Add ASAP::O acknowledgements
Diffstat (limited to 'src/im-asapo.h')
-rw-r--r--src/im-asapo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/im-asapo.h b/src/im-asapo.h
index 424d8b59..d06f9527 100644
--- a/src/im-asapo.h
+++ b/src/im-asapo.h
@@ -59,6 +59,8 @@ extern void *im_asapo_fetch(struct im_asapo *a, size_t *pdata_size,
char **pmeta, char **pfilename, char **pevent,
int *pfinished, int *pmessageid);
+extern void im_asapo_finalise(struct im_asapo *a, uint64_t message_id);
+
extern void im_asapo_send(struct im_asapo *a, struct image *image, int hit);
#else /* defined(HAVE_ASAPO) */
@@ -90,6 +92,10 @@ static UNUSED void im_asapo_send(struct im_asapo *a, struct image *image, int hi
{
}
+static UNUSED void im_asapo_finalise(struct im_asapo *a, uint64_t message_id)
+{
+}
+
#endif /* defined(HAVE_ASAPO) */
#endif /* CRYSTFEL_ASAPO_H */