|
@@ -1916,23 +1916,23 @@ typedef struct hs_usage_current_observation_period_t {
|
|
|
|
|
|
static hs_usage_current_observation_period_t *current_period = NULL;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
* period. */
|
|
|
static hs_usage_service_related_observation_t *publish_total = NULL;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
* seen before in the current observation period. */
|
|
|
static hs_usage_service_related_observation_t *publish_novel = NULL;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
* period. */
|
|
|
static hs_usage_service_related_observation_t *fetch_total = NULL;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
* observation period. */
|
|
|
static hs_usage_service_related_observation_t *fetch_successful = NULL;
|
|
|
|
|
|
-
|
|
|
+
|
|
|
static hs_usage_general_period_related_observations_t *descs = NULL;
|
|
|
|
|
|
|