Changeset 1192
- Timestamp:
- 01/12/10 00:50:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/monitor-improvement/module-monitor.c
r1191 r1192 351 351 now=time((time_t)0); 352 352 for (i=0; i<CS_MAXPID; i++){ 353 if ((cfg->mon_hideclient_to <= 0) || (((now-client[i].lastecm)/60)<cfg->mon_hideclient_to) || (((now-client[i].lastemm)/60)<cfg->mon_hideclient_to) || (client[i].typ!='c')) 353 if ((cfg->mon_hideclient_to <= 0) || 354 ((now-client[i].lastecm)<cfg->mon_hideclient_to) || 355 ((now-client[i].lastemm)<cfg->mon_hideclient_to) || 356 (client[i].typ!='c')) 354 357 if (client[i].pid) { 355 358 if ((client[cs_idx].monlvl<2) && (client[i].typ!='s')) {
Note:
See TracChangeset
for help on using the changeset viewer.