]> Git Repo - qemu.git/blobdiff - slirp/slirp.h
slirp: Add domainname option to slirp's DHCP server
[qemu.git] / slirp / slirp.h
index 5af4f482b55f020884c9fe78960f530efc6cec97..10b410898a813eae796bf0c30ea0892f313de884 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SLIRP_H
 #define SLIRP_H
 
-#include "qemu/host-utils.h"
 #include "slirp_config.h"
 
 #ifdef _WIN32
@@ -183,7 +182,6 @@ struct Slirp {
     /* if states */
     struct quehead if_fastq;   /* fast queue (for interactive data) */
     struct quehead if_batchq;  /* queue for non-interactive data */
-    struct mbuf *next_m;    /* pointer to next mbuf to output */
     bool if_start_busy;     /* avoid if_start recursion */
 
     /* ip states */
@@ -195,6 +193,7 @@ struct Slirp {
     char *bootp_filename;
     size_t vdnssearch_len;
     uint8_t *vdnssearch;
+    char *vdomainname;
 
     /* tcp states */
     struct socket tcb;
This page took 0.023405 seconds and 4 git commands to generate.