]> Git Repo - qemu.git/blobdiff - slirp/misc.h
apic: kvm-apic: Fix crash due to access to freed memory region
[qemu.git] / slirp / misc.h
index 41a32583daad25ca0df4125dab87748df9873c4b..5211bbd30a3c3f97103e55428074121a3c360a3e 100644 (file)
@@ -5,8 +5,8 @@
  * terms and conditions of the copyright.
  */
 
-#ifndef _MISC_H_
-#define _MISC_H_
+#ifndef MISC_H
+#define MISC_H
 
 struct ex_list {
        int ex_pty;                     /* Do we want a pty? */
@@ -45,6 +45,11 @@ struct emu_t {
     struct emu_t *next;
 };
 
+struct slirp_quehead {
+    struct slirp_quehead *qh_link;
+    struct slirp_quehead *qh_rlink;
+};
+
 void slirp_insque(void *, void *);
 void slirp_remque(void *);
 int add_exec(struct ex_list **, int, char *, struct in_addr, int);
This page took 0.020306 seconds and 4 git commands to generate.