node_ops: repair: move node_ops_id to node_ops directory

This commit is contained in:
Aleksandra Martyniuk
2023-09-11 15:26:05 +02:00
parent 2c810e221a
commit e90e10112f
4 changed files with 3 additions and 3 deletions

13
node_ops/id.hh Normal file
View File

@@ -0,0 +1,13 @@
/*
* Copyright (C) 2022-present ScyllaDB
*/
/*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once
#include "utils/UUID.hh"
using node_ops_id = utils::tagged_uuid<struct node_ops_id_tag>;