| Index: runtime/vm/service/constants.dart
|
| diff --git a/runtime/vm/service/constants.dart b/runtime/vm/service/constants.dart
|
| index 3697f65fc62707ed74a3e2f7291dc187e7b2343b..8804863f67a40d307b899b60d7fd963be8c56647 100644
|
| --- a/runtime/vm/service/constants.dart
|
| +++ b/runtime/vm/service/constants.dart
|
| @@ -6,6 +6,7 @@ part of vmservice;
|
|
|
| // These must be kept in sync with runtime/vm/service.cc.
|
| class Constants {
|
| + static const int SERVICE_EXIT_MESSAGE_ID = 0;
|
| static const int ISOLATE_STARTUP_MESSAGE_ID = 1;
|
| static const int ISOLATE_SHUTDOWN_MESSAGE_ID = 2;
|
|
|
|
|