You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were looking at using systemd::journal for sending messages to journald, but noticed all the functions either return a c_int or nothing at all. Given the c_int values aren't well-defined in the docs, we essentially have no way of knowing whether the message was successfully sent or not.
Could these functions be updated to instead return a Result or, less ideally, could the docs be updated to include details on how to interpret the c_ints? Thank you!
The text was updated successfully, but these errors were encountered:
We were looking at using
systemd::journal
for sending messages to journald, but noticed all the functions either return ac_int
or nothing at all. Given thec_int
values aren't well-defined in the docs, we essentially have no way of knowing whether the message was successfully sent or not.Could these functions be updated to instead return a
Result
or, less ideally, could the docs be updated to include details on how to interpret thec_int
s? Thank you!The text was updated successfully, but these errors were encountered: