/[dynamips]/trunk/hv_nio_bridge.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/hv_nio_bridge.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.7-RC2/hv_nio_bridge.c revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC trunk/hv_nio_bridge.c revision 12 by dpavlin, Sat Oct 6 16:45:40 2007 UTC
# Line 147  int hypervisor_nio_bridge_init(void) Line 147  int hypervisor_nio_bridge_init(void)
147  {  {
148     hypervisor_module_t *module;     hypervisor_module_t *module;
149    
150     module = hypervisor_register_module("nio_bridge");     module = hypervisor_register_module("nio_bridge",NULL);
151     assert(module != NULL);     assert(module != NULL);
152    
153     hypervisor_register_cmd_array(module,nio_bridge_cmd_array);     hypervisor_register_cmd_array(module,nio_bridge_cmd_array);

Legend:
Removed from v.8  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26