/[dynamips]/upstream/dynamips-0.2.7-RC2/net_io.h
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.7-RC2/net_io.h

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

upstream/dynamips-0.2.6-RC5/net_io.h revision 6 by dpavlin, Sat Oct 6 16:09:07 2007 UTC upstream/dynamips-0.2.7-RC1/net_io.h revision 7 by dpavlin, Sat Oct 6 16:23:47 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   * Cisco 7200 (Predator) simulation platform.   * Cisco router simulation platform.
3   * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)   * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr)
4   *   *
5   * Network interaction.   * Network I/O Layer.
6   */   */
7    
8  #ifndef __NET_IO_H__  #ifndef __NET_IO_H__
# Line 182  struct netio_desc { Line 182  struct netio_desc {
182     void (*save_cfg)(netio_desc_t *nio,FILE *fd);     void (*save_cfg)(netio_desc_t *nio,FILE *fd);
183    
184     /* Packet filters */     /* Packet filters */
185     netio_pktfilter_t *rx_filter,*tx_filter;     netio_pktfilter_t *rx_filter,*tx_filter,*both_filter;
186     void *rx_filter_data,*tx_filter_data;     void *rx_filter_data,*tx_filter_data,*both_filter_data;
187    
188     /* Next pointer (for RX listener) */     /* Next pointer (for RX listener) */
189     netio_desc_t *rxl_next;     netio_desc_t *rxl_next;

Legend:
Removed from v.6  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.26