fix t_socketnotifier typedef so it includes an int arg for the fd
This fixes a bug I just noticed where the fd
arg of netreceive_notify would get filled with random garbage because the callback declaration erroneously omitted the 2nd arg. That would cause an fd leak with netsend/netreceive.