Skip to content
Snippets Groups Projects
Commit 4116aeca authored by Danny Auble's avatar Danny Auble
Browse files

fix for aix system

parent 4d4c789a
No related branches found
No related tags found
No related merge requests found
...@@ -304,7 +304,7 @@ static void *_watch_tasks(void *arg) ...@@ -304,7 +304,7 @@ static void *_watch_tasks(void *arg)
{ {
while(!jobacct_shutdown) { /* Do this until shutdown is requested */ while(!jobacct_shutdown) { /* Do this until shutdown is requested */
if(!suspended) { if(!jobacct_suspended) {
_get_process_data(); /* Update the data */ _get_process_data(); /* Update the data */
} }
sleep(freq); sleep(freq);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment