| librdkafka
    The Apache Kafka C/C++ client library | 
Portability: OpenCb callback class More...
#include <rdkafkacpp.h>
| Public Member Functions | |
| virtual int | open_cb (const std::string &path, int flags, int mode)=0 | 
| Open callback The open callback is responsible for opening the file specified by pathname, usingflagsandmode. The file shall be opened withCLOEXECset in a racefree fashion, if possible.  More... | |
Portability: OpenCb callback class
| 
 | pure virtual | 
Open callback The open callback is responsible for opening the file specified by pathname, using flags and mode. The file shall be opened with CLOEXEC set in a racefree fashion, if possible. 
It is typically not required to register an alternative open implementation