[vlc-devel] commit: Break everything ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Jul 14 09:12:39 CEST 2008
vlc | branch: objmod | Rémi Denis-Courmont <rem at videolan.org> | Wed May 14 20:53:29 2008 +0300| [dffe431eca96429f3ce3e4e6770ed9ed63a9dc1c]
Break everything
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dffe431eca96429f3ce3e4e6770ed9ed63a9dc1c
---
src/modules/modules.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/modules/modules.h b/src/modules/modules.h
index cc2207b..ffbc831 100644
--- a/src/modules/modules.h
+++ b/src/modules/modules.h
@@ -98,7 +98,12 @@ typedef shl_t module_handle_t;
*/
struct module_t
{
- VLC_COMMON_MEMBERS
+ /*
+ * Variables inherited from vlc_object_t time (FIXME: cleanup)
+ */
+ char *psz_object_name;
+ module_t *pp_children;
+ int i_children;
/*
* Variables set by the module to identify itself
More information about the vlc-devel
mailing list