Commit a483bb5b authored by claes's avatar claes

*** empty log message ***

parent 1acb3930
/* /*
* Proview $Id: rt_plc_thread.c,v 1.12 2007-01-04 07:52:30 claes Exp $ * Proview $Id: rt_plc_thread.c,v 1.13 2007-05-07 12:36:01 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -186,6 +186,8 @@ plc_thread ( ...@@ -186,6 +186,8 @@ plc_thread (
} }
#endif #endif
// sts = io_close(tp->plc_io_ctx);
/* Tell main we are done. */ /* Tell main we are done. */
que_Put(&sts, &tp->q_out, &tp->event, (void *)5); que_Put(&sts, &tp->q_out, &tp->event, (void *)5);
} }
......
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