diff options
author | Saya Sugiura <ssugiura@jp.adit-jv.com> | 2019-03-20 16:41:52 +0900 |
---|---|---|
committer | Saya Sugiura <ssugiura@jp.adit-jv.com> | 2019-03-27 10:44:24 +0900 |
commit | c7c8c6f69ad136336da2833bbb2f513d461d9177 (patch) | |
tree | b4daa26ac3580941408c0c8a59746eb9053dcf2a /src/gateway | |
parent | 417b4156e2f95d726d148d17351c8c90e595613d (diff) | |
download | DLT-daemon-c7c8c6f69ad136336da2833bbb2f513d461d9177.tar.gz |
lib: Add mq_close/mq_unlink conditions
Even if network trace is not used in the application, the library
will call mq_close() and mq_unlink() to segmented queue handles
and queue names, which triggers unnecessary close(). It is now
modified to call mq_close() and mq_unlink() only when network trace
is initialized.
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'src/gateway')
0 files changed, 0 insertions, 0 deletions