[Query] Add drop prop to query client
[platform/upstream/nnstreamer.git] / gst / nnstreamer / tensor_query / tensor_query_client.h
index 3aa57d7..3f5ecd8 100644 (file)
@@ -59,6 +59,9 @@ struct _GstTensorQueryClient
   nns_edge_connect_type_e connect_type;
   nns_edge_h edge_h;
   GAsyncQueue *msg_queue;
+
+  guint max_request;
+  guint requested_num;
 };
 
 /**