]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/librados/test_common.h
update sources to 12.2.7
[ceph.git] / ceph / src / test / librados / test_common.h
CommitLineData
31f18b77
FG
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
6std::string set_pg_num(
7 rados_t *cluster, const std::string &pool_name, uint32_t pg_num);
28e407b8
AA
8std::string set_pgp_num(
9 rados_t *cluster, const std::string &pool_name, uint32_t pgp_num);