On Thu Aug 29 07:59:06 2024 +0000, Rémi Bernon wrote:
I mean, DEV_BROADCAST_HANDLE has a dbch_nameoffset which you can use to put the device name in it, and use that for filtering? Or if you need an additional offset, dbch_reserved? (Then IMO it'd be better to not have to pass the device path through RPC for filtering on every message)
The problem isn't the name, it's the HANDLE. I suppose we *could* manually fix that up later, but letting RPC take care of it for us seems fine enough to me.