Ericsson / xcm

The Extensible Connection-oriented Messaging (XCM) library.
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

Update documentation for xcm_await() #78

Closed Zilla closed 1 year ago

Zilla commented 1 year ago

Currently, the documentation for xcm_await() states:

Returns Returns the XCM socket fd on success, or -1 if an error occured (in which case errno is set).

However, the return value on success will always be zero.