Switch to unified view
a/src/rcldb/rcldb_p.h | b/src/rcldb/rcldb_p.h | ||
---|---|---|---|
... |
... |
||
64 | #ifdef IDX_THREADS |
64 | #ifdef IDX_THREADS |
65 | WorkQueue<DbUpdTask*> m_wqueue; |
65 | WorkQueue<DbUpdTask*> m_wqueue; |
66 | int m_loglevel; |
66 | int m_loglevel; |
67 | PTMutexInit m_mutex; |
67 | PTMutexInit m_mutex; |
68 | long long m_totalworkns; |
68 | long long m_totalworkns; |
69 | bool m_haveWriteQ; |
69 | bool m_havewriteq; |
70 | void maybeStartThreads(); |
70 | void maybeStartThreads(); |
71 | #endif // IDX_THREADS |
71 | #endif // IDX_THREADS |
72 | 72 | ||
73 | // Indexing |
73 | // Indexing |
74 | Xapian::WritableDatabase xwdb; |
74 | Xapian::WritableDatabase xwdb; |