-/* $OpenBSD: vmctl.c,v 1.75 2020/09/02 19:57:33 tb Exp $ */
+/* $OpenBSD: vmctl.c,v 1.76 2021/01/27 07:21:12 deraadt Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
enum actions info_action;
unsigned int info_flags;
+struct imsgbuf *ibuf;
+
/*
* vm_start
*
-/* $OpenBSD: vmctl.h,v 1.33 2019/12/17 09:43:00 kn Exp $ */
+/* $OpenBSD: vmctl.h,v 1.34 2021/01/27 07:21:12 deraadt Exp $ */
/*
* Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
int has_pledge;
};
-struct imsgbuf *ibuf;
+extern struct imsgbuf *ibuf;
/* main.c */
int vmmaction(struct parse_result *);