Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F113878769
D35719.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
636 B
Referenced Files
None
Subscribers
None
D35719.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D35719: libvmm: add __BEGIN_DECLS/__END_DECLS for linking with c++ binaries
Attached
Detach File
Event Timeline
Log In to Comment