]> Git Repo - qemu.git/blobdiff - net/colo.h
spapr: Set VSMT to smp_threads by default
[qemu.git] / net / colo.h
index b21c6830b5a7e72716ab99b72e21997acad5418c..679314b1cadd747b83ea3ce5281dc758930346c4 100644 (file)
@@ -12,8 +12,8 @@
  * later.  See the COPYING file in the top-level directory.
  */
 
-#ifndef QEMU_COLO_PROXY_H
-#define QEMU_COLO_PROXY_H
+#ifndef NET_COLO_H
+#define NET_COLO_H
 
 #include "qemu/jhash.h"
 #include "qemu/timer.h"
@@ -103,4 +103,4 @@ void connection_hashtable_reset(GHashTable *connection_track_table);
 Packet *packet_new(const void *data, int size, int vnet_hdr_len);
 void packet_destroy(void *opaque, void *user_data);
 
-#endif /* QEMU_COLO_PROXY_H */
+#endif /* NET_COLO_H */
This page took 0.023342 seconds and 4 git commands to generate.