/[dynamips]/trunk/hv_frsw.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_frsw.c

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

upstream/dynamips-0.2.6-RC2/hv_frsw.c revision 3 by dpavlin, Sat Oct 6 16:05:34 2007 UTC upstream/dynamips-0.2.8-RC1/hv_frsw.c revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   * Cisco 7200 (Predator) simulation platform.   * Cisco router simulation platform.
3   * Copyright (c) 2006 Christophe Fillot (cf@utc.fr)   * Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
4   *   *
5   * Hypervisor Frame-Relay switch routines.   * Hypervisor Frame-Relay switch routines.
# Line 23  Line 23 
23  #include <arpa/inet.h>  #include <arpa/inet.h>
24  #include <pthread.h>  #include <pthread.h>
25    
 #include "mips64.h"  
 #include "dynamips.h"  
26  #include "utils.h"  #include "utils.h"
27  #include "net.h"  #include "net.h"
28  #include "frame_relay.h"  #include "frame_relay.h"
# Line 146  int hypervisor_frsw_init(void) Line 144  int hypervisor_frsw_init(void)
144  {  {
145     hypervisor_module_t *module;     hypervisor_module_t *module;
146    
147     module = hypervisor_register_module("frsw");     module = hypervisor_register_module("frsw",NULL);
148     assert(module != NULL);     assert(module != NULL);
149    
150     hypervisor_register_cmd_array(module,frsw_cmd_array);     hypervisor_register_cmd_array(module,frsw_cmd_array);

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

  ViewVC Help
Powered by ViewVC 1.1.26