Changes between Version 19 and Version 20 of library_mwmr
- Timestamp:
- Nov 5, 2015, 4:49:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
library_mwmr
v19 v20 118 118 119 119 === void '''mwmr_bufio_flush'''( mwmr_bufio_t* bufio ) === 120 This function transfer the current content of the <bufio> output buffer to the associated MWMR channel when it is non empty. 120 This function moves the current content of the <bufio> output buffer to the associated MWMR channel when it is non empty. 121 It introduces padding zeros if the number of bytes contained in the bufio is not multiple of the item size.