From: Ingo Oeser <[EMAIL PROTECTED]>
Date: Fri, 11 Nov 2005 16:33:07 +0100

> Are you sure, that you don't mean just "rtt_sample(sk, tcp_usrtt(skb));" here?
> I always believed that function pointers used like I proposed above.

Both methods of invoking a function via function pointer work
the same:

    (*func_ptr)(...);
    func_ptr(...);

they both do the same thing.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to