Page MenuHomeFreeBSD

D35719.diff
No OneTemporary

D35719.diff

diff --git a/lib/libvmmapi/vmmapi.h b/lib/libvmmapi/vmmapi.h
--- a/lib/libvmmapi/vmmapi.h
+++ b/lib/libvmmapi/vmmapi.h
@@ -31,6 +31,7 @@
#ifndef _VMMAPI_H_
#define _VMMAPI_H_
+#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/cpuset.h>
#include <machine/vmm.h>
@@ -77,6 +78,7 @@
VM_PCIROM,
};
+__BEGIN_DECLS
/*
* Get the length and name of the memory segment identified by 'segid'.
* Note that system memory segments are identified with a nul name.
@@ -264,5 +266,6 @@
*/
int vm_snapshot_req(struct vm_snapshot_meta *meta);
int vm_restore_time(struct vmctx *ctx);
+__END_DECLS
#endif /* _VMMAPI_H_ */

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 6, 12:09 AM (12 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17398676
Default Alt Text
D35719.diff (636 B)

Event Timeline