X-Git-Url: https://code.grnet.gr/git/aquarium/blobdiff_plain/c66d56a7b64c619e49ae2bc2b0ddcf9905fbbbd9..b71ac54f72a1a54c9c50bf7d410f6369dba8c5c2:/src/main/avro/aquarium-user-state.avdl diff --git a/src/main/avro/aquarium-user-state.avdl b/src/main/avro/aquarium-user-state.avdl index 4b4edfd..d05a8f2 100644 --- a/src/main/avro/aquarium-user-state.avdl +++ b/src/main/avro/aquarium-user-state.avdl @@ -121,7 +121,7 @@ protocol AquariumUserState { union {string, null} parentInStoreID; boolean isFirst = false; // True only for the very first user state map stateOfResources; // Map[ResourceTypeMsg.name.type, ] - string totalCredits = 0.0; + string totalCredits = "0"; long latestUpdateMillis; // // last update of this working user state long latestResourceEventOccurredMillis; long billingPeriodOutOfSyncResourceEventsCounter = 0;