-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rbox read mail (buffer) #102
Comments
jrse
added a commit
that referenced
this issue
Dec 14, 2017
it is no longer required to memcpy librados::bufferlist to char* to create a istream. new istream-bufferlist now refernces directly to librados::bufferlist which makes it no more necessary to copy mail data.
jrse
added a commit
that referenced
this issue
Dec 15, 2017
- new ostream-bufferlist makes it obsolete to use additional buffer.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Analyse if and how it is possible to use ceph::bufferlist as inputbuffer for ostream.
The aim is to avoid to copy the mail data from bufferlist to a "dovecot" buffer.
The text was updated successfully, but these errors were encountered: