Revision e6d43cfb slirp/slirp.h

b/slirp/slirp.h
152 152
#include "tcp_var.h"
153 153
#include "tcpip.h"
154 154
#include "udp.h"
155
#include "ip_icmp.h"
155 156
#include "mbuf.h"
156 157
#include "sbuf.h"
157 158
#include "socket.h"
......
218 219
    struct socket udb;
219 220
    struct socket *udp_last_so;
220 221

  
222
    /* icmp states */
223
    struct socket icmp;
224
    struct socket *icmp_last_so;
225

  
221 226
    /* tftp states */
222 227
    char *tftp_prefix;
223 228
    struct tftp_session tftp_sessions[TFTP_SESSIONS_MAX];

Also available in: Unified diff