diff vm.h @ 97:c1dff1899bda src

First patch for personalized dvd viewing. I have not tested it yet.
author jcdutton
date Tue, 17 Sep 2002 11:00:25 +0000
parents eeabf5a51b2b
children b6834e6359cf
line wrap: on
line diff
--- a/vm.h	Tue Sep 17 10:47:02 2002 +0000
+++ b/vm.h	Tue Sep 17 11:00:25 2002 +0000
@@ -27,6 +27,7 @@
 #define VM_H_INCLUDED
 
 #include "decoder.h"
+#include "remap.h"
 #include <dvd_types.h>
 
 /* DOMAIN enum */
@@ -87,6 +88,9 @@
   dvd_state_t   state;
   int  badness_counter;
   int32_t hop_channel;
+  char dvd_name[50];
+  int dvd_name_length;
+  remap_t *map;
 } vm_t;