Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Adding ACK to host stop command (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hoffman <[email protected]>
  • Loading branch information
autodidaddict authored Nov 9, 2021
1 parent 840fc12 commit 82f75e2
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 68 deletions.
3 changes: 2 additions & 1 deletion lattice-control/lattice-control-interface.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,13 @@ operation StopProvider {
/// Requests that an actor be stopped on the given host
operation StopActor {
input: StopActorCommand
output: CtlOperationAck
output: CtlOperationAck
}

/// Requests that the given host be stopped
operation StopHost {
input: StopHostCommand
output: CtlOperationAck
}

list ProviderAuctionAcks {
Expand Down
2 changes: 1 addition & 1 deletion lattice-control/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmcloud-interface-lattice-control"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
homepage = "https://wasmcloud.dev"
repository = "https://github.com/wasmCloud/interfaces"
Expand Down
Loading

0 comments on commit 82f75e2

Please sign in to comment.