mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
debugd: Correctly handle direct coordinator upload if coordinator was uploaded previously (file already exists)
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
f025afce98
commit
78af3b173f
5 changed files with 84 additions and 62 deletions
|
@ -43,6 +43,7 @@ enum UploadCoordinatorStatus {
|
|||
UPLOAD_COORDINATOR_SUCCESS = 0;
|
||||
UPLOAD_COORDINATOR_UPLOAD_FAILED = 1;
|
||||
UPLOAD_COORDINATOR_START_FAILED = 2;
|
||||
UPLOAD_COORDINATOR_FILE_EXISTS = 3;
|
||||
}
|
||||
|
||||
message ServiceUnit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue