Skip to content

Commit

Permalink
set lastRestartTime to current time
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Jan 19, 2016
1 parent 3b7d995 commit 2c178fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symmetric-client-clib/src/service/NodeService.c
Expand Up @@ -337,6 +337,7 @@ SymNodeService * SymNodeService_new(SymNodeService *this, SymDatabasePlatform *p
this = (SymNodeService *) calloc(1, sizeof(SymNodeService));
}
this->platform = platform;
this->lastRestartTime = SymDate_new();
this->findIdentity = (void *) &SymNodeService_findIdentity;
this->findIdentityWithCache = (void *) &SymNodeService_findIdentityWithCache;
this->findNodeSecurity = (void *) &SymNodeService_findNodeSecurity;
Expand Down

0 comments on commit 2c178fa

Please sign in to comment.