Mateusz Guzik wrote: [lots of stuff snipped] > I proposed registration of per-process callbacks, not filtering. > The code would just walk the list/table/whatever and call everything on > it - they asked for it. Yep, this would work for the NFSv4 client. Way back when, all I did in OpenBSD was add a function pointer to "struct proc" that was normally NULL, but set to a function in the NFS client when an NFSv4 Open was done for the process. I suspect you'd want something like a linked list, so that multiple "users" could register callback functions upon exit or ... rickReceived on Tue Oct 17 2017 - 19:26:50 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:13 UTC