]> git.proxmox.com Git - ceph.git/blame - ceph/src/mgr/PyOSDMap.h
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / mgr / PyOSDMap.h
CommitLineData
3efd9988
FG
1// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2// vim: ts=8 sw=2 smarttab
3
4#pragma once
5
6#include <string>
7
8#include "Python.h"
9
10
11
12extern PyTypeObject BasePyOSDMapType;
13extern PyTypeObject BasePyOSDMapIncrementalType;
14extern PyTypeObject BasePyCRUSHType;
15
16PyObject *construct_with_capsule(
17 const std::string &module,
18 const std::string &clsname,
19 void *wrapped);
20