]> git.proxmox.com Git - ceph.git/blob - ceph/src/cls/lua/cls_lua_client.h
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / cls / lua / cls_lua_client.h
1 #ifndef CLS_LUA_CLIENT_HPP
2 #define CLS_LUA_CLIENT_HPP
3 #include <string>
4 #include <vector>
5 #include "include/rados/librados.hpp"
6
7 namespace cls_lua_client {
8 int exec(librados::IoCtx& ioctx, const std::string& oid,
9 const std::string& script, const std::string& handler,
10 librados::bufferlist& inbl, librados::bufferlist& outbl);
11 }
12
13 #endif