Exposed input_queue_size argument to user
[govpp.git] / adapter / vppapiclient / vppapiclient_stub.go
index c5566c6..4df051c 100644 (file)
@@ -28,6 +28,10 @@ func NewVppClient(string) adapter.VppAPI {
        return &stubVppClient{}
 }
 
+func NewVppClientWithInputQueueSize(string, uint16) adapter.VppAPI {
+       return &stubVppClient{}
+}
+
 func (a *stubVppClient) Connect() error {
        return adapter.ErrNotImplemented
 }