从驱动程序到应用程序的信号处理
我想实现信号处理程序,通过信令向应用程序发出驱动程序中任何不适当的信号。换句话说,Linux 驱动程序将信号发送到特定的应用程序。
无论如何你可以实现它吗?
谢谢, 开发者为空
I want to implement the signal handler that signal any inappropriate in the driver to Application through signalling. In other words, the Linux driver sends the signal to particular application.
Is there anyway you can implement that?
Thanks,
Dev Null
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能可以使用更通用的 SIGIO。
You could probably use the more general SIGIO.