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(-)

Reply via email to