xiaoxiang781216 commented on issue #382: syslog/file: Remove 
syslog_dev_uninitialize in syslog_file_channel
URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591810891
 
 
   > This is completely unacceptable. I have applications that call 
syslog_file_channel() based on run-time command-line arguments, to change the 
syslog destination on the fly. That is a useful functionality and there is no 
reason to limit this API to one-time initialization only. The patch causing 
build failure should be reverted instead i.e. do not make that one symbol 
static.
   
   This API is for kernel use only, all mainline caller is from 
board_app_iniitialize, but you have a program call syslog_file_channel from 
userspace, do you have case launch this program multiple times?
    

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to