From 5b2ae726a95c9922a5c5ba984d6e170dd115128b Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 13 Feb 2024 10:57:08 -0500 Subject: [PATCH] rgw: move rgw_rest_pubsub.h out of driver/rados/ Signed-off-by: Casey Bodley --- src/rgw/{driver/rados => }/rgw_rest_pubsub.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/rgw/{driver/rados => }/rgw_rest_pubsub.h (100%) diff --git a/src/rgw/driver/rados/rgw_rest_pubsub.h b/src/rgw/rgw_rest_pubsub.h similarity index 100% rename from src/rgw/driver/rados/rgw_rest_pubsub.h rename to src/rgw/rgw_rest_pubsub.h -- 2.39.5