Switch to unified view

a/src/index/rclmonprc.cpp b/src/index/rclmonprc.cpp
...
...
37
#include <cstdlib>
37
#include <cstdlib>
38
38
39
#include "debuglog.h"
39
#include "debuglog.h"
40
#include "rclmon.h"
40
#include "rclmon.h"
41
#include "debuglog.h"
41
#include "debuglog.h"
42
#include "indexer.h"
42
#include "recollindex.h"
43
#include "pathut.h"
43
#include "pathut.h"
44
#include "x11mon.h"
44
#include "x11mon.h"
45
45
46
typedef map<string, RclMonEvent> queue_type;
46
typedef map<string, RclMonEvent> queue_type;
47
47
...
...
166
RclConfig *RclMonEventQueue::getConfig()
166
RclConfig *RclMonEventQueue::getConfig()
167
{
167
{
168
    return m_data->m_config;
168
    return m_data->m_config;
169
}
169
}
170
170
171
extern int stopindexing;
172
173
bool RclMonEventQueue::ok()
171
bool RclMonEventQueue::ok()
174
{
172
{
175
    if (m_data == 0) {
173
    if (m_data == 0) {
176
    LOGDEB(("RclMonEventQueue: not ok: bad state\n"));
174
    LOGDEB(("RclMonEventQueue: not ok: bad state\n"));
177
    return false;
175
    return false;