--- upstream/dynamips-0.2.5/hypervisor.h 2007/10/06 16:01:44 1 +++ upstream/dynamips-0.2.6-RC1/hypervisor.h 2007/10/06 16:03:58 2 @@ -84,6 +84,9 @@ /* Hypervisor VM initialization */ extern int hypervisor_vm_init(void); +/* Hypervisor VM debugging initialization */ +extern int hypervisor_vm_debug_init(void); + /* Hypervisor C7200 initialization */ extern int hypervisor_c7200_init(void);