From 6c118b8f8965a5fbb602ad556b584f6f8c0c26c0 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 3 May 2001 23:48:06 +0000 Subject: new devices are created by a (possibly externally provided) factory --- mixlib/xmix_vm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mixlib/xmix_vm.h') diff --git a/mixlib/xmix_vm.h b/mixlib/xmix_vm.h index 7255d02..d5cbff4 100644 --- a/mixlib/xmix_vm.h +++ b/mixlib/xmix_vm.h @@ -49,6 +49,7 @@ struct mix_vm_t mix_vm_clock_t *clock; /* the vm clock */ mix_symbol_table_t *symbol_table; mix_src_file_t *src_file; /* source of last loaded code file */ + mix_device_factory_t factory; /* the factory for new devices */ }; /* Macros for accessing/modifying the above structure. -- cgit v1.2.3