25 #ifndef AFMONGODB_WORKER_H_INCLUDED
26 #define AFMONGODB_WORKER_H_INCLUDED
29 #if SYSLOG_NG_HAVE_MONGOC_V2
30 # include "mongoc/mongoc.h"
51 LogThreadedDestWorker *
afmongodb_dw_new(LogThreadedDestDriver *owner, gint worker_index);
LogThreadedDestWorker * afmongodb_dw_new(LogThreadedDestDriver *owner, gint worker_index)
Definition: afmongodb-worker.c:599
Definition: afmongodb-worker.h:37
bson_t * bson_opts
Definition: afmongodb-worker.h:48
mongoc_write_concern_t * write_concern
Definition: afmongodb-worker.h:45
LogThreadedDestWorker super
Definition: afmongodb-worker.h:38
mongoc_collection_t * coll_obj
Definition: afmongodb-worker.h:43
bson_t * bson
Definition: afmongodb-worker.h:47
mongoc_client_t * client
Definition: afmongodb-worker.h:40
mongoc_bulk_operation_t * bulk_op
Definition: afmongodb-worker.h:44
GString * collection
Definition: afmongodb-worker.h:42