alexandernst / monks

Procmon alternative for Linux
71 stars 34 forks source link

Stop sending empty messages to kernel module #26

Closed alexandernst closed 10 years ago

alexandernst commented 10 years ago

Right now net_init() sends an empty message to the kernel module so the module can know to which PID it should send messages. Replace this with something like the autonegotiation port (sysctl).

This will make the code a little bit cleaner.