You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/09/21 11:44:51 UTC

[incubator-nuttx] branch master updated (4ac7945 -> 1692aa7)

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 4ac7945  net/devif/devif_callback.c: made the connection event list doubly linked. The resulting time complexities are as follows: * devif_callback_alloc() time complexity is O(1) (i.e. O(n) to fill the whole list). * devif_callback_free() time complexity is O(1) (i.e. O(n) to empty the whole list). * devif_conn_event() time complexity is O(n).
     add 1692aa7  drivers/syslog: Ensure the buffer zero terminate

No new revisions were added by this update.

Summary of changes:
 drivers/syslog/syslog_stream.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)