Revision 73415719 lib/opcodes.py

b/lib/opcodes.py
263 263
  __slots__ = ["kind", "name"]
264 264

  
265 265

  
266
class OpSearchTags(OpCode):
267
  """Searches the tags in the cluster for a given pattern."""
268
  OP_ID = "OP_TAGS_SEARCH"
269
  __slots__ = ["pattern"]
270

  
271

  
266 272
class OpAddTags(OpCode):
267 273
  """Add a list of tags on a given object."""
268 274
  OP_ID = "OP_TAGS_SET"

Also available in: Unified diff