version 1.12, 2025/05/14 15:28:55
|
version 1.13, 2025/06/23 20:53:30
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.13 2025/06/23 20:53:30 snw |
|
* Documentation updates |
|
* |
* Revision 1.12 2025/05/14 15:28:55 snw |
* Revision 1.12 2025/05/14 15:28:55 snw |
* Get basic job table and lock table functionality working with new shared memory architecture |
* Get basic job table and lock table functionality working with new shared memory architecture |
* |
* |
Line 275 void job_request_stop(const pid_t target
|
Line 278 void job_request_stop(const pid_t target
|
|
|
} |
} |
|
|
|
logprintf (FM_LOG_ERROR, "job_request_stop: could not find pid %ld in job table", target_pid); |
|
|
jobtab_release_sem (); |
jobtab_release_sem (); |
|
|
} |
} |