diff options
| author | Robert Wing <rew@FreeBSD.org> | 2021-02-27 21:03:03 +0000 |
|---|---|---|
| committer | Robert Wing <rew@FreeBSD.org> | 2021-02-27 21:03:03 +0000 |
| commit | b7fd9c4e5ebc69934205980d9f628ef8f21fb288 (patch) | |
| tree | 46eaea3a4f35da3e53166ec3dc6090cec76609f3 /usr.sbin | |
| parent | a9f11355038cd7d2942d925e85795ed9d13f1bfe (diff) | |
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/bhyve/snapshot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bhyve/snapshot.h b/usr.sbin/bhyve/snapshot.h index caa7256ffbfa..62b2083b9830 100644 --- a/usr.sbin/bhyve/snapshot.h +++ b/usr.sbin/bhyve/snapshot.h @@ -60,9 +60,9 @@ struct restore_state { ucl_object_t *meta_root_obj; }; -enum checkpoint_opcodes { - START_CHECKPOINT = 0, - START_SUSPEND = 1, +enum ipc_opcode { + START_CHECKPOINT, + START_SUSPEND, }; struct checkpoint_op { |
