aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xfrd/xfrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xfrd/xfrd.h')
-rw-r--r--tools/xfrd/xfrd.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/xfrd/xfrd.h b/tools/xfrd/xfrd.h
deleted file mode 100644
index 0671b383eb..0000000000
--- a/tools/xfrd/xfrd.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _XFRD_XFRD_H_
-#define _XFRD_XFRD_H_
-
-/** Xend port in host order. */
-#define XEND_PORT 8000
-
-/** Xfrd port in host order. */
-#define XFRD_PORT 8002
-
-/** Protocol version. */
-#define XFR_PROTO_MAJOR 1
-#define XFR_PROTO_MINOR 0
-
-struct Conn;
-extern int xfr_vm_suspend(struct Conn *xend, uint32_t vmid);
-extern int xfr_vm_destroy(struct Conn *xend, uint32_t vmid);
-#endif