Add missing documentation for msg_post_recv.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>master
parent
24a1a6a81e
commit
d666149e91
3
msg.h
3
msg.h
|
@ -273,7 +273,8 @@ void msg_get(struct ptp_message *m);
|
|||
|
||||
/**
|
||||
* Process messages after reception.
|
||||
* @param m A message obtained using @ref msg_allocate().
|
||||
* @param m A message obtained using @ref msg_allocate().
|
||||
* @param cnt The size of 'm' in bytes.
|
||||
* @return Zero on success, non-zero if the message is invalid.
|
||||
*/
|
||||
int msg_post_recv(struct ptp_message *m, int cnt);
|
||||
|
|
Loading…
Reference in New Issue