]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/services/svc_meta_be_types.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / rgw / services / svc_meta_be_types.h
1
2 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
3 // vim: ts=8 sw=2 smarttab ft=cpp
4
5 /*
6 * Ceph - scalable distributed file system
7 *
8 * Copyright (C) 2019 Red Hat, Inc.
9 *
10 * This is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License version 2.1, as published by the Free Software
13 * Foundation. See file COPYING.
14 *
15 */
16
17 #pragma once
18
19 enum RGWSI_META_BE_TYPES {
20 SOBJ = 1,
21 OTP = 2,
22 BUCKET = 3,
23 BI = 4,
24 USER = 5,
25 };
26