Changeset 77b01fe in mainline for uspace/app/hbench/ipc/ping_pong.c
- Timestamp:
- 2019-01-06T22:29:09Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a787081
- Parents:
- d926f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/ipc/ping_pong.c
rd926f42 r77b01fe 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup hbench 30 * @{ 27 31 */ 28 32 … … 83 87 .teardown = &teardown 84 88 }; 89 90 /** @} 91 */
Note:
See TracChangeset
for help on using the changeset viewer.