Skip to content

Commit 14c2784

Browse files
committed
Update comment/add new event type to match usage.
Should match internal CL linked on bug. Bug: 450661112
1 parent a03179f commit 14c2784

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

base/cvd/external_proto/cf_guest.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ message CuttlefishGuest {
2121
// message.
2222
CUTTLEFISH_GUEST_EVENT_TYPE_UNSPECIFIED = 0;
2323

24-
// `cvd` is invoking `cvd_internal_start` / `launch_cvd`.
24+
// `cvd create`, the device is added to the local instance database
2525
CUTTLEFISH_GUEST_EVENT_TYPE_VM_INSTANTIATION = 1;
2626

2727
// The guest writes VIRTUAL_DEVICE_BOOT_COMPLETED to the kernel log.
@@ -34,6 +34,9 @@ message CuttlefishGuest {
3434
// device that is created will necessarily be shut down this way, users may
3535
// `pkill` or `ctrl-c` these devices.
3636
CUTTLEFISH_GUEST_EVENT_TYPE_VM_STOP = 4;
37+
38+
// `cvd` is invoking `cvd_internal_start` / `launch_cvd`.
39+
CUTTLEFISH_GUEST_EVENT_TYPE_DEVICE_BOOT_START = 5;
3740
}
3841

3942
// The newest event to happen to this guest virtual machine that was not

0 commit comments

Comments
 (0)