/[dynamips]/upstream/dynamips-0.2.8-RC1/hv_ethsw.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 /upstream/dynamips-0.2.8-RC1/hv_ethsw.c

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

upstream/dynamips-0.2.7/hv_ethsw.c revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC upstream/dynamips-0.2.8-RC1/hv_ethsw.c revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 247  int hypervisor_ethsw_init(void) Line 247  int hypervisor_ethsw_init(void)
247  {  {
248     hypervisor_module_t *module;     hypervisor_module_t *module;
249    
250     module = hypervisor_register_module("ethsw");     module = hypervisor_register_module("ethsw",NULL);
251     assert(module != NULL);     assert(module != NULL);
252    
253     hypervisor_register_cmd_array(module,ethsw_cmd_array);     hypervisor_register_cmd_array(module,ethsw_cmd_array);

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26