|
|
@ -481,8 +481,10 @@ size_t return_stats_for_tracker( char *reply, int mode, int format ) { |
|
|
|
return stats_httperrors_txt( reply ); |
|
|
|
return stats_httperrors_txt( reply ); |
|
|
|
case TASK_STATS_VERSION: |
|
|
|
case TASK_STATS_VERSION: |
|
|
|
return stats_return_tracker_version( reply ); |
|
|
|
return stats_return_tracker_version( reply ); |
|
|
|
|
|
|
|
#ifdef WANT_LOG_NETWORKS |
|
|
|
case TASK_STATS_BUSY_NETWORKS: |
|
|
|
case TASK_STATS_BUSY_NETWORKS: |
|
|
|
return stats_return_busy_networks( reply ); |
|
|
|
return stats_return_busy_networks( reply ); |
|
|
|
|
|
|
|
#endif |
|
|
|
default: |
|
|
|
default: |
|
|
|
return 0; |
|
|
|
return 0; |
|
|
|
} |
|
|
|
} |
|
|
|