Author :
claudio
Date :
2024-01-20 09:01:03
Hash :510586ac Message :Use imsg_get_fd() to access the fd passed via imsgs.
Most of the conversion is simple there is just log_imsg() that can
no longer display the fd since imsg_get_fd() can only be called once.
OK op@