|
a/src/index/rclmon.h |
|
b/src/index/rclmon.h |
|
... |
|
... |
105 |
extern bool startMonitor(RclConfig *conf, int flags);
|
105 |
extern bool startMonitor(RclConfig *conf, int flags);
|
106 |
|
106 |
|
107 |
/** Main routine for the event receiving thread */
|
107 |
/** Main routine for the event receiving thread */
|
108 |
extern void *rclMonRcvRun(void *);
|
108 |
extern void *rclMonRcvRun(void *);
|
109 |
|
109 |
|
110 |
/** Utility routine to try and set ionice */
|
|
|
111 |
extern void rclMonIonice(RclConfig *conf);
|
|
|
112 |
|
|
|
113 |
// Specific debug macro for monitor synchronization events
|
110 |
// Specific debug macro for monitor synchronization events
|
114 |
#define MONDEB LOGDEB2
|
111 |
#define MONDEB LOGDEB2
|
115 |
|
112 |
|
116 |
|
113 |
|
117 |
#endif // RCL_MONITOR
|
114 |
#endif // RCL_MONITOR
|