]> git.proxmox.com Git - ceph.git/blob - ceph/src/test/librados/test_common.h
update sources to 12.2.7
[ceph.git] / ceph / src / test / librados / test_common.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*
2 // vim: ts=8 sw=2 smarttab
3
4 #include "include/rados/librados.h"
5
6 std::string set_pg_num(
7 rados_t *cluster, const std::string &pool_name, uint32_t pg_num);
8 std::string set_pgp_num(
9 rados_t *cluster, const std::string &pool_name, uint32_t pgp_num);