diff options
Diffstat (limited to 'src/rpc/envoy.watchdog.v3.rs')
| -rw-r--r-- | src/rpc/envoy.watchdog.v3.rs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/rpc/envoy.watchdog.v3.rs b/src/rpc/envoy.watchdog.v3.rs deleted file mode 100644 index 86ae9bba..00000000 --- a/src/rpc/envoy.watchdog.v3.rs +++ /dev/null @@ -1,19 +0,0 @@ -// @generated -// This file is @generated by prost-build. -// \[#protodoc-title: Watchdog Action that kills a stuck thread to kill the process.\] - -/// A GuardDogAction that will terminate the process by killing the -/// stuck thread. This would allow easier access to the call stack of the stuck -/// thread since we would run signal handlers on that thread. By default -/// this will be registered to run as the last watchdog action on KILL and -/// MULTIKILL events if those are enabled. -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, Copy, PartialEq, ::prost::Message)] -pub struct AbortActionConfig { - /// How long to wait for the thread to respond to the thread kill function - /// before killing the process from this action. This is a blocking action. - /// By default this is 5 seconds. - #[prost(message, optional, tag="1")] - pub wait_duration: ::core::option::Option<super::super::super::google::protobuf::Duration>, -} -// @@protoc_insertion_point(module) |
