Commit d5fba7cf authored by Claes Sjofors's avatar Claes Sjofors

rt locks created by rt_ini

parent 38dce835
...@@ -208,9 +208,9 @@ int main ( ...@@ -208,9 +208,9 @@ int main (
stop_threads(pp); stop_threads(pp);
clean_all(pp); clean_all(pp);
lck_Delete( &sts, lck_eLock_NMps); lck_Unlink( &sts, lck_eLock_NMps);
lck_Delete( &sts, lck_eLock_Time); lck_Unlink( &sts, lck_eLock_Time);
lck_Delete( &sts, lck_eLock_Str); lck_Unlink( &sts, lck_eLock_Str);
break; break;
case ini_mEvent_oldPlcStop: case ini_mEvent_oldPlcStop:
errh_SetStatus( PWR__SRVTERM); errh_SetStatus( PWR__SRVTERM);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment