HomeClusterLabs Projects

Refactor: executor: functionize getting current time in timespec

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: executor: functionize getting current time in timespec

... to reduce code duplication.

Also, previously, when executing a resource command, the run and first run
times would be set with separate clock_gettime() calls, so they would slightly
different; this avoids that by copying the run time to the first run time.

Details

Provenance
kgaillotAuthored on Feb 26 2020, 5:42 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.