dcb_readqlock removed

dcb_readqlock
This commit is contained in:
MassimilianoPinto 2014-05-26 11:20:08 +02:00
parent f0f6413b39
commit 2eb2c79e87

View File

@ -207,7 +207,6 @@ typedef struct dcb {
SPINLOCK delayqlock; /**< Delay Backend Write Queue spinlock */
GWBUF *delayq; /**< Delay Backend Write Data Queue */
GWBUF *dcb_readqueue; /**< read queue for storing incomplete reads */
SPINLOCK dcb_readqlock; /**< read/write access protection to read queue */
SPINLOCK authlock; /**< Generic Authorization spinlock */
DCBSTATS stats; /**< DCB related statistics */