[edge] Add UDP protocol enum.
authorgichan <gichan2.jang@samsung.com>
Mon, 11 Jul 2022 02:35:04 +0000 (11:35 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 11 Jul 2022 03:45:29 +0000 (12:45 +0900)
 - Add UDP protocol enum value.

Signed-off-by: gichan <gichan2.jang@samsung.com>
include/nnstreamer-edge.h

index dda1ad22885c6dba78438578147402e83296883d..7b69a614791b9965fe35a0f0169faeb1c3aa53fe 100644 (file)
@@ -64,6 +64,7 @@ typedef enum {
 
 typedef enum {
   NNS_EDGE_PROTOCOL_TCP = 0,
+  NNS_EDGE_PROTOCOL_UDP,
   NNS_EDGE_PROTOCOL_MQTT,
   NNS_EDGE_PROTOCOL_AITT,
   NNS_EDGE_PROTOCOL_AITT_TCP,