From 1b0d2c67d17a11552da6be2e77d17487a146d26b Mon Sep 17 00:00:00 2001
From: Leonard Lyubich <leonard@nspcc.ru>
Date: Mon, 30 Nov 2020 09:58:41 +0300
Subject: [PATCH] [#218] blobstor: Add blobovnicza ID value to DeleteSmallPrm

Blobovnicza ID parameter provides the ability to specify particular
blobovnicza to delete object from. In this case only specified blobovnicza
is processed.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
---
 pkg/local_object_storage/blobstor/delete_small.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkg/local_object_storage/blobstor/delete_small.go b/pkg/local_object_storage/blobstor/delete_small.go
index 6c7a2b83b..693079a74 100644
--- a/pkg/local_object_storage/blobstor/delete_small.go
+++ b/pkg/local_object_storage/blobstor/delete_small.go
@@ -3,6 +3,7 @@ package blobstor
 // DeleteSmallPrm groups the parameters of DeleteSmall operation.
 type DeleteSmallPrm struct {
 	address
+	rwBlobovniczaID
 }
 
 // DeleteSmallRes groups resulting values of DeleteSmall operation.