-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ES AppRecord_t -- collapse RecordUsed into StateRecord.AppState #278
Comments
Imported from trac issue 247. Created by cdknight on 2018-09-18T13:30:32, last modified: 2019-04-23T15:44:49 |
Trac comment by cdknight on 2018-10-23 14:22:40: See also #279 (is this redundant?) |
Trac comment by jhageman on 2019-02-25 15:43:57: Resolved by changeset:90c3088 |
Trac comment by jhageman on 2019-03-25 10:31:11: Resolved by [changeset:ee218c7], as part of #279 |
Trac comment by jhageman on 2019-03-27 12:33:39: Duplicate of #279 |
Currently, there are actually two variables that indicate the state of an Application, RecordUsed (a boolean) and StateRecord.AppState (an int32 enum). This could be simplified by having ES look for the first table entry with the state of "UNDEFINED" (0) and using that table entry and any other state would be considered "Used".
The text was updated successfully, but these errors were encountered: