X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftid_internal.h;fp=include%2Ftid_internal.h;h=e742c4f56f3f446bdff5e5ff7751c4b32ec6fe3a;hp=220775b25b713ef9ff60f14fa84c0bd87adec95a;hb=240db3f1e5143b5eae6d6d5b81bb83a128f8450c;hpb=722204aaf7faff43fc5f8b3e780fccf4078c0874 diff --git a/include/tid_internal.h b/include/tid_internal.h index 220775b..e742c4f 100644 --- a/include/tid_internal.h +++ b/include/tid_internal.h @@ -96,8 +96,9 @@ struct tid_process { }; struct tids_instance { - int req_count; - int error_count; + int req_count; /* successful requests */ + int req_error_count; /* unsuccessful requests */ + int error_count; /* invalid requests or internal errors */ char *priv_key; char *ipaddr; const char *hostname;