From owner-freebsd-current@FreeBSD.ORG Tue Feb 8 19:01:37 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BFA7106566C for ; Tue, 8 Feb 2011 19:01:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id EA5C28FC12 for ; Tue, 8 Feb 2011 19:01:36 +0000 (UTC) Received: by gwj21 with SMTP id 21so2500282gwj.13 for ; Tue, 08 Feb 2011 11:01:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=VH8ICOLseqDaBfxnoFaUb+k/on0qDocWgHMI8f+61hE=; b=iWc3+Pe9tc10HLz4cKFaXCVpIo/gnnIbTRMEmiMegRwo1jFPkEvpYYFsOOQFpkdMgj zkrjVvkA8zvNqAf5V36Lc3VjHDCT/S4P+AcM6tEQPpzGuL2plhPOlO2bmv4RPcydA4se UZ/CfEC0rTYxVw3+qTd/AYea7/dWOpaO9Kgh4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=jaQtSlv5ehA1pDG8GCy/tKkQIQo9MaRMSHlMnAVPJM807aEkQ1D1wcQImOvb5lZnx0 g05vtg8C3Ar9G2ETlyal/BEjaranBJkrtsXAsEx1vmaRtxZnqtnh0byAydiZh8mVKwG8 1bgfGRJmA+mV9f/1UywfHf2VgHwySUmycEv2s= MIME-Version: 1.0 Received: by 10.42.217.129 with SMTP id hm1mr5451231icb.10.1297190206756; Tue, 08 Feb 2011 10:36:46 -0800 (PST) Sender: baptiste.daroussin@gmail.com Received: by 10.231.164.164 with HTTP; Tue, 8 Feb 2011 10:36:46 -0800 (PST) In-Reply-To: <20110205220646.GZ2035@garage.freebsd.pl> References: <4D4C3F89.50700@scsiguy.com> <20110205153920.GS2035@garage.freebsd.pl> <4D4DC2E8.60901@scsiguy.com> <20110205220646.GZ2035@garage.freebsd.pl> Date: Tue, 8 Feb 2011 19:36:46 +0100 X-Google-Sender-Auth: 3K41UG3MJc3pU75D1yWbmjSldzE Message-ID: From: Baptiste Daroussin To: Pawel Jakub Dawidek , current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: [PATCH] OpenSolaris/ZFS: C++ compatibility X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 19:01:37 -0000 > I've developed similar API during HAST work, maybe it is a good starting > point? src/sbin/hastd/nv.{c,h}. > What about pushing this into some public libraries, I think this could be usefull in libc ou libutil or something like that? regards, Bapt