[vlc-devel] [RFC PATCH 1/8] services_discovery: add SD_CMD_NAVIGATE

Thomas Guillem thomas at gllm.fr
Thu Nov 27 12:00:11 CET 2014


---
 include/vlc_services_discovery.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/vlc_services_discovery.h b/include/vlc_services_discovery.h
index d9c231b..f857deb 100644
--- a/include/vlc_services_discovery.h
+++ b/include/vlc_services_discovery.h
@@ -82,7 +82,8 @@ enum services_discovery_category_e
 enum services_discovery_command_e
 {
     SD_CMD_SEARCH = 1,          /**< arg1 = query */
-    SD_CMD_DESCRIPTOR           /**< arg1 = services_discovery_descriptor_t* */
+    SD_CMD_DESCRIPTOR,          /**< arg1 = services_discovery_descriptor_t* */
+    SD_CMD_NAVIGATE             /**< arg1 = const char *psz_path */
 };
 
 /**
-- 
2.1.3




More information about the vlc-devel mailing list