summaryrefslogtreecommitdiffstats
path: root/src/cls/rgw_gc/cls_rgw_gc_const.h
blob: ae33e3ff0e1f78a477ca1fc4ce0effa4e49c3261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab

#pragma once

#define RGW_GC_CLASS "rgw_gc"

#define RGW_GC_QUEUE_INIT "rgw_gc_queue_init"
#define RGW_GC_QUEUE_ENQUEUE "rgw_gc_queue_enqueue"
#define RGW_GC_QUEUE_LIST_ENTRIES "rgw_gc_queue_list_entries"
#define RGW_GC_QUEUE_REMOVE_ENTRIES "rgw_gc_queue_remove_entries"
#define RGW_GC_QUEUE_UPDATE_ENTRY "rgw_gc_queue_update_entry"