libmongo-client  0.1.9
 All Data Structures Functions Variables Enumerations Enumerator Groups Pages
Data Fields
mongo_connection Struct Reference

Opaque MongoDB connection object type. More...

#include <libmongo-private.h>

Data Fields

gint fd
 The file descriptor associated with the connection. More...
 
gint32 request_id
 The last sent command's requestID. More...
 

Detailed Description

Opaque MongoDB connection object type.

Mongo Connection state object.

Field Documentation

gint mongo_connection::fd

The file descriptor associated with the connection.

gint32 mongo_connection::request_id

The last sent command's requestID.