You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/06/03 10:30:17 UTC

[GitHub] [incubator-nuttx] fjpanag opened a new pull request #3837: SYSLOG channel add functions return handle to the channel.

fjpanag opened a new pull request #3837:
URL: https://github.com/apache/incubator-nuttx/pull/3837


   ## Summary
   Functions that where creating a new SYSLOG channel (e.g. `syslog_dev_channel()`, `syslog_file_channel()` etc), were not providing the handle to the new channel.
   
   Since it was kept internally, the user was not able to manipulate this channel in any way.
   
   For example a later call to `syslog_channel_remove()` was not possible, as there was no access to the `struct syslog_channel_s *` to be passed.
   
   ## Impact
   The user has now access to the created channels for later manipulation.  
   Most notably, `syslog_channel_remove()` can now be used.
   
   ## Testing
   Build test only.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3837: SYSLOG channel add functions return handle to the channel.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #3837:
URL: https://github.com/apache/incubator-nuttx/pull/3837


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3837: SYSLOG channel add functions return handle to the channel.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #3837:
URL: https://github.com/apache/incubator-nuttx/pull/3837


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org