summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_meta_sync_status.h
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2023-01-21 18:37:05 +0100
committerKaleb S. KEITHLEY <kkeithle@redhat.com>2023-01-23 15:11:27 +0100
commita177935165e83a1bec2cc731e128f585fce75acd (patch)
treeee5524d62bbda64a3b2daa155c551372c8667c1f /src/rgw/rgw_meta_sync_status.h
parentMerge pull request #49820 from zdover23/wip-doc-2023-01-21-rados-config-pool-... (diff)
downloadceph-a177935165e83a1bec2cc731e128f585fce75acd.tar.xz
ceph-a177935165e83a1bec2cc731e128f585fce75acd.zip
rgw: refactor selected files for better above- vs below-the-line
Move more files into driver/rados for better above- vs below- the-line. Use #pragma once everywhere (versus fixing all the Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'src/rgw/rgw_meta_sync_status.h')
-rw-r--r--src/rgw/rgw_meta_sync_status.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rgw/rgw_meta_sync_status.h b/src/rgw/rgw_meta_sync_status.h
index 6272b471db0..f8a2ae3ee7b 100644
--- a/src/rgw/rgw_meta_sync_status.h
+++ b/src/rgw/rgw_meta_sync_status.h
@@ -1,8 +1,7 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
-#ifndef RGW_META_SYNC_STATUS_H
-#define RGW_META_SYNC_STATUS_H
+#pragma once
#include <string>
@@ -120,5 +119,3 @@ struct rgw_meta_sync_status {
static void generate_test_instances(std::list<rgw_meta_sync_status*>& ls);
};
WRITE_CLASS_ENCODER(rgw_meta_sync_status)
-
-#endif