> The real solution is to pass the core_net_rec structure to the NET_TIME
> filter as user-data for the filter, the same way we do for CORE_IN and
> CORE_OUT.

But you'll have to play some sort of trick to do that since the
NET_TIME filter is added from the create_request hook which does
not know about core_net_rec, only core_create_conn knows about that.
I suppose some core specific magic could be played but that would 
prevent any other module from running it's own net_time hook.

Allan  

Reply via email to