summaryrefslogtreecommitdiff
path: root/internal/clients/handlers/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/clients/handlers/handler.go')
-rw-r--r--internal/clients/handlers/handler.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/clients/handlers/handler.go b/internal/clients/handlers/handler.go
index aebebaa..cac78ad 100644
--- a/internal/clients/handlers/handler.go
+++ b/internal/clients/handlers/handler.go
@@ -16,4 +16,5 @@ type Handler interface {
Shutdown()
Done() <-chan struct{}
WaitForCapabilities(timeout time.Duration) bool
+ WaitForSessionAck(timeout time.Duration) (SessionAck, bool)
}