On Tue, 28 Sep 2010 22:23:26 +0100
Simon Wilkinson <[email protected]> wrote:

> struct rx_statistics *rx_GetStatistics();
                                        ^
                                        (void)
> void rx_FreeStatistics(struct rx_statistics **);

I'm possibly bikeshedding, but... we don't want to just let the caller
worry about allocation? Like

/* @param[out] stats */
void rx_GetStatistics(struct rx_statistics *stats);

Or are we trying to allow extending the structure or something?

-- 
Andrew Deason
[email protected]

_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to