aboutsummaryrefslogtreecommitdiff
path: root/lib/migration.h
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2020-11-24 09:43:59 +0000
committerGitHub <noreply@github.com>2020-11-24 09:43:59 +0000
commit5d58b0a7c30fb5b5a1167dc49b1322447b139f71 (patch)
treea1ae7b5dae7ff352566103ec6c61a14b9de80ee5 /lib/migration.h
parent3b8d4018aa01cb4896b27cff1777beec20d27096 (diff)
downloadlibvfio-user-5d58b0a7c30fb5b5a1167dc49b1322447b139f71.zip
libvfio-user-5d58b0a7c30fb5b5a1167dc49b1322447b139f71.tar.gz
libvfio-user-5d58b0a7c30fb5b5a1167dc49b1322447b139f71.tar.bz2
refactor sock send/recv functions (#114)
Use shorter, more readable, function names, add re-jig the wrappers such that the most common operations are shortest.
Diffstat (limited to 'lib/migration.h')
-rw-r--r--lib/migration.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/migration.h b/lib/migration.h
index ccbbe1e..535f97b 100644
--- a/lib/migration.h
+++ b/lib/migration.h
@@ -28,10 +28,18 @@
*
*/
+
+// FIXME: license header (and SPDX ?) everywhere
+
/* FIXME: regularize across private headers */
#ifndef MUSER_MIGRATION_H
#define MUSER_MIGRATION_H
+/*
+ * These are not public routines, but for convenience, they are used by the
+ * sample/test code as well as privately within libmuser.
+ */
+
#include <stddef.h>
#include "muser.h"