Commit 7e27b793 authored by Michael Voznesensky's avatar Michael Voznesensky Committed by Facebook GitHub Bot

Expose cloneAsValue from IOBuf.h in cython IOBuf

Summary: We need it for lego

Reviewed By: yfeldblum

Differential Revision: D33910794

fbshipit-source-id: 2a326f8fc41baae0db68657331f93b3d8124b8d8
parent 4a8837f3
......@@ -37,6 +37,7 @@ cdef extern from "folly/io/IOBuf.h" namespace "folly":
void insertAfterThisOne(unique_ptr[cIOBuf]&& ciobuf)
void appendToChain(unique_ptr[cIOBuf]&& ciobuf)
void appendChain(unique_ptr[cIOBuf]&& ciobuf) # deprecated
cIOBuf cloneAsValue()
cdef extern from "folly/io/IOBuf.h" namespace "folly::IOBuf":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment