From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 7 Oct 2014 17:58:36 +0200 From: Carsten Kunze To: 9fans@9fans.net Message-ID: <1959055281.1911186.1412697516384.JavaMail.ngmail@webmail14.arcor-online.net> In-Reply-To: References: <1341360045.898340.1412695492957.JavaMail.ngmail@webmail12.arcor-online.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] C question on struct Biobuf in bio.h Topicbox-Message-UUID: 18ffcce8-ead9-11e9-9d60-3106f5b1d025 > Otherwise, your change is fine, but "hdr" would probably be > a better name than "Biobufhdr". Also, don't forget to update > your code to use b->hdr.fid instead of b->fid, and so on. Thanks for all answers! (They also helped to find a short documentation in /sys/doc/compiler) Carsten