|
a/src/index/beaglequeue.h |
|
b/src/index/beaglequeue.h |
|
... |
|
... |
69 |
private:
|
69 |
private:
|
70 |
RclConfig *m_config;
|
70 |
RclConfig *m_config;
|
71 |
Rcl::Db *m_db;
|
71 |
Rcl::Db *m_db;
|
72 |
BeagleQueueCache *m_cache;
|
72 |
BeagleQueueCache *m_cache;
|
73 |
string m_queuedir;
|
73 |
string m_queuedir;
|
74 |
TempDir m_tmpdir;
|
|
|
75 |
DbIxStatusUpdater *m_updater;
|
74 |
DbIxStatusUpdater *m_updater;
|
76 |
bool m_nocacheindex;
|
75 |
bool m_nocacheindex;
|
77 |
|
76 |
|
78 |
bool indexFromCache(const string& udi);
|
77 |
bool indexFromCache(const string& udi);
|
79 |
void updstatus(const string& udi);
|
78 |
void updstatus(const string& udi);
|