Il 24/09/2012 11:53, Markus Armbruster ha scritto: > ongoing > >> > + * @errp: set in case of an error >> > + **/ > We usually tack function comments to the function definition, not the > declaration. Matter of taste. I like it next to the definition, > because that improves the comment's chances to get updated along with > the function.
Not necessarily, see main-loop.h for example. /me would like more of these... Paolo >> > +int inet_connect_opts(QemuOpts *opts, bool block, bool *in_progress, >> > + Error **errp);