Skip to content

Commit

Permalink
stored: rename checkpointhandler file
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri authored and arogge committed Feb 23, 2023
1 parent 66aac31 commit cc1e0c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/src/stored/CMakeLists.txt
Expand Up @@ -80,7 +80,7 @@ set(SDSRCS
append.cc
askdir.cc
authenticate.cc
checkpointhandler.cc
checkpoint_handler.cc
dir_cmd.cc
fd_cmds.cc
job.cc
Expand Down
2 changes: 1 addition & 1 deletion core/src/stored/append.cc
Expand Up @@ -28,7 +28,7 @@
#include "stored/append.h"
#include "stored/stored.h"
#include "stored/acquire.h"
#include "stored/checkpointhandler.h"
#include "stored/checkpoint_handler.h"
#include "stored/fd_cmds.h"
#include "stored/stored_globals.h"
#include "stored/stored_jcr_impl.h"
Expand Down
Expand Up @@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/

#include "checkpointhandler.h"
#include "checkpoint_handler.h"

#include "stored/stored_jcr_impl.h"
#include "stored/device_control_record.h"
Expand Down
Expand Up @@ -19,8 +19,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/

#ifndef BAREOS_STORED_CHECKPOINTHANDLER_H_
#define BAREOS_STORED_CHECKPOINTHANDLER_H_
#ifndef BAREOS_STORED_CHECKPOINT_HANDLER_H_
#define BAREOS_STORED_CHECKPOINT_HANDLER_H_

#include "include/jcr.h"

Expand All @@ -46,4 +46,4 @@ class CheckpointHandler {
};

} // namespace storagedaemon
#endif // BAREOS_STORED_CHECKPOINTHANDLER_H_
#endif // BAREOS_STORED_CHECKPOINT_HANDLER_H_

0 comments on commit cc1e0c7

Please sign in to comment.