From 2eeefe2db3bb9f2e54cc00e7aa657f599c2115ea Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Mon, 27 Jan 2020 05:27:25 +0100
Subject: Add metadata about buffer plane and sequential number. Provide filter
 to allow trough only the buffers acquired at the specified detector plane

---
 src/ufo-roof-buffer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/ufo-roof-buffer.h')

diff --git a/src/ufo-roof-buffer.h b/src/ufo-roof-buffer.h
index 7ebaec9..3d7ad2d 100644
--- a/src/ufo-roof-buffer.h
+++ b/src/ufo-roof-buffer.h
@@ -31,6 +31,6 @@ UfoRoofBuffer *ufo_roof_buffer_new(UfoRoofConfig *cfg, guint n_dims, guint max_d
 void ufo_roof_buffer_free(UfoRoofBuffer *buf);
 
 gboolean ufo_roof_buffer_set_fragment(UfoRoofBuffer *buffer, guint stream_id, guint fragment_id, gconstpointer fragment, GError **error);
-gboolean ufo_roof_buffer_get_dataset(UfoRoofBuffer *buffer, gpointer output_buffer, GError **error);
+gboolean ufo_roof_buffer_get_dataset(UfoRoofBuffer *buffer, gpointer output_buffer, gulong *seqid, GError **error);
 
 #endif
-- 
cgit v1.2.3