|
a/src/common/rclconfig.h |
|
b/src/common/rclconfig.h |
|
... |
|
... |
153 |
/** Get indexing pid file name */
|
153 |
/** Get indexing pid file name */
|
154 |
string getPidfile() const;
|
154 |
string getPidfile() const;
|
155 |
/** Get indexing status file name */
|
155 |
/** Get indexing status file name */
|
156 |
string getIdxStatusFile() const;
|
156 |
string getIdxStatusFile() const;
|
157 |
|
157 |
|
|
|
158 |
/** Get Web Queue directory name */
|
|
|
159 |
string getWebQueueDir() const;
|
|
|
160 |
|
158 |
/** Get list of skipped file names for current keydir */
|
161 |
/** Get list of skipped file names for current keydir */
|
159 |
vector<string>& getSkippedNames();
|
162 |
vector<string>& getSkippedNames();
|
160 |
|
163 |
|
161 |
/** Get list of skipped paths patterns. Doesn't depend on the keydir */
|
164 |
/** Get list of skipped paths patterns. Doesn't depend on the keydir */
|
162 |
vector<string> getSkippedPaths() const;
|
165 |
vector<string> getSkippedPaths() const;
|