Changeset 52c8ac7b in rtems

Timestamp:
08/16/19 16:40:55 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
2ef2c14
Parents:
b2c060a5
git-author:
Sebastian Huber <sebastian.huber@…> (08/16/19 16:40:55)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/17/19 17:01:10)
Message:

record: Improve overflow handling

In case of a ring buffer overflow, the rtems_record_drain() will push
the complete ring buffer content to the client. While the items are
processed by the client, new items may overwrite some items being
processed. The overwritten items can be detected in the following
iteration once the next tail/head information is pushed to the client.

(No files)

Note: See TracChangeset for help on using the changeset viewer.