mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 11:16:30 +03:00
Jul 31st update
This commit is contained in:
@@ -50,6 +50,8 @@ public:
|
||||
return report.str();
|
||||
}
|
||||
|
||||
UpdatesFailureReason getReason() const { return reason; }
|
||||
|
||||
private:
|
||||
UpdatesProcessResult result;
|
||||
UpdatesConfigType type;
|
||||
|
@@ -34,6 +34,7 @@ private:
|
||||
void sendReoprt();
|
||||
|
||||
static std::vector<UpdatesProcessReport> reports;
|
||||
uint report_failure_count = 0;
|
||||
};
|
||||
|
||||
#endif // __UPDATES_PROCESS_REPORTER_H__
|
||||
|
Reference in New Issue
Block a user