]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/cls/lua/cls_lua_ops.h
update sources to v12.1.0
[ceph.git] / ceph / src / cls / lua / cls_lua_ops.h
index ed297922044e6b6ea8f3c86e762b21811cb09d7b..2bf95051d34c3b25da3011d9b8a288cfe17e8fbf 100644 (file)
@@ -2,8 +2,8 @@
 #define CEPH_CLS_LUA_OPS_H
 
 struct cls_lua_eval_op {
-  string script;
-  string handler;
+  std::string script;
+  std::string handler;
   bufferlist input;
 
   void encode(bufferlist &bl) const {