lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[llio:endpoint] LLIO endpoint in client/server is unused and wrong #96

Open lerwys opened 8 years ago

lerwys commented 8 years ago

Issue by lerwys Monday Jun 08, 2015 at 01:23 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/96


Problem: LLIO endpoint in client/server is unused and wrong, as we are not really sending the endpoint structure through the PIPE, but rather an invalid pointer!

Even though we are not using the endpoint in open/close callbacks, this should be fixed or removed entirely.

lerwys commented 8 years ago

Comment by lerwys Monday Jun 08, 2015 at 01:23 GMT


Referenced files are: src/msg/smio_thsafe_ops/smio_thsafe_zmq_server.c and src/msg/smio_thsafe_ops/smio_thsafe_zmq_client.c