LibCTDB
[sahlberg/ctdb.git] / libctdb / libctdb_private.h
index 8ecfb0ac7dc14b976187c218048db19132657df6..24bd9828a5c0a43cf31635d19434e486bd6d4020 100644 (file)
@@ -59,8 +59,12 @@ struct ctdb_connection {
        struct ctdb_request *outq;
        /* Finished outgoings (awaiting response) */
        struct ctdb_request *doneq;
+
        /* Current incoming. */
        struct io_elem *in;
+       /* Queue of received pdus */
+       struct io_elem *inqueue;
+
        /* Guess at a good reqid to try next. */
        uint32_t next_id;
        /* List of messages */