mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 06:51:49 +00:00
tools: acrn-manager: fix a potential compiler warning
Tracked-On: #1479 Signed-off-by: Yan, Like <like.yan@intel.com>
This commit is contained in:
parent
e8c86566b1
commit
4ce80e5ccc
@ -47,7 +47,10 @@ int shell_cmd(const char *cmd, char *outbuf, int len);
|
|||||||
*/
|
*/
|
||||||
void vmmngr_update(void);
|
void vmmngr_update(void);
|
||||||
|
|
||||||
extern LIST_HEAD(vmmngr_list_struct, vmmngr_struct) vmmngr_head;
|
struct vmmngr_list_struct {
|
||||||
|
struct vmmngr_struct *lh_first;
|
||||||
|
};
|
||||||
|
extern struct vmmngr_list_struct vmmngr_head;
|
||||||
|
|
||||||
/* vm life cycle ops */
|
/* vm life cycle ops */
|
||||||
int list_vm(void);
|
int list_vm(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user