support for shm prefixes
[govpp.git] / adapter / vppapiclient / empty_adapter.go
index 14f804d..7249864 100644 (file)
@@ -50,3 +50,7 @@ func (a *vppAPIClientAdapter) SendMsg(clientID uint32, data []byte) error {
 func (a *vppAPIClientAdapter) SetMsgCallback(cb func(context uint32, msgID uint16, data []byte)) {
        // no op
 }
+
+func (a *vppAPIClientAdapter) WaitReady() func() error {
+       return func() error { return nil }
+}