-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some job and control cleanup and fixing
1. For code readability use 'control' instead of 's' 2. Simplify dt_control_running() 3. Removed not needed checks on errors 4. Two functions are strictly internal so no exposing via .h files and be static - _control_get_threadid() - _control_job_set_synchronous() 5. Two function were not used at all (so were untested) so the were removed - dt_control_job_set_state_callback() - dt_control_job_wait() 6. gphoto joining after cleanup test
- Loading branch information
1 parent
1161ef3
commit 2a6d4f4
Showing
3 changed files
with
68 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters