Changes between Version 19 and Version 20 of library_mwmr


Ignore:
Timestamp:
Nov 5, 2015, 4:49:27 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_mwmr

    v19 v20  
    118118
    119119=== 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.
     120This function moves the current content of  the <bufio> output buffer to the associated MWMR channel when it is non empty.
     121It introduces padding zeros if the number of bytes contained in the bufio is not multiple of the item size.