Hi, 
I am adding my own sysctl variable. And also I need a callback function whenever I modify this sysctl variable. 

There was once a ctl_handler member for the struct of ctl_table but now it has been removed. Is there any other way I can implement my callback method?

Thanks

Bill