[AITT] fix param type accepted/tizen/unified/20221115.172904
authorJaeyun <jy1210.jung@samsung.com>
Wed, 9 Nov 2022 11:40:59 +0000 (20:40 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 15 Nov 2022 02:16:03 +0000 (11:16 +0900)
Fix build error, AITT updated param type in subsribe callback.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
src/libnnstreamer-edge/nnstreamer-edge-aitt.c

index 21d9264b2ee83aa10e07e094f9efd0f83c1db80e..6aa99a30e3d4834c709d2357dce41ecd582f6ddc 100644 (file)
@@ -221,7 +221,7 @@ error:
  */
 static void
 aitt_cb_message_arrived (aitt_msg_h msg_handle, const void *msg,
-    size_t msg_len, void *user_data)
+    int msg_len, void *user_data)
 {
   nns_edge_handle_s *eh;
   nns_edge_data_h data_h;