]> git.sesse.net Git - vlc/blobdiff - include/vlc_services_discovery.h
libvlc headers: try to be consistent (cosmetics).
[vlc] / include / vlc_services_discovery.h
index 0e659f0c72e7fc20c45e0eefb888f1325f8d8583..956b77b65f943f9660858ebc07d51a9e27daea36 100644 (file)
@@ -44,7 +44,13 @@ extern "C" {
 struct services_discovery_t
 {
     VLC_COMMON_MEMBERS
-    struct vlc_sd_private_t *p;
+    module_t *          p_module;
+
+    vlc_event_manager_t event_manager;      /* Accessed through Setters for non class function */
+
+    char *psz_name;
+    config_chain_t *p_cfg;
+
     services_discovery_sys_t *p_sys;
 };