Index: runtime/vm/service_event.h |
diff --git a/runtime/vm/service_event.h b/runtime/vm/service_event.h |
index 326805191a7b78aa7d7ad32f52815321cca9e9d5..71516a6c80d067a174a10d49f66365e35eaa3da3 100644 |
--- a/runtime/vm/service_event.h |
+++ b/runtime/vm/service_event.h |
@@ -14,6 +14,8 @@ namespace dart { |
class ServiceEvent { |
public: |
enum EventKind { |
+ kVMUpdate, // VM identity information has changed |
+ |
kIsolateStart, // New isolate has started |
kIsolateRunnable, // Isolate is ready to run |
kIsolateExit, // Isolate has exited |