From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26741 invoked by alias); 19 Sep 2008 07:12:09 -0000 Received: (qmail 26726 invoked by uid 9447); 19 Sep 2008 07:12:09 -0000 Date: Fri, 19 Sep 2008 07:12:00 -0000 Message-ID: <20080919071209.26724.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/lib/commands toolcontext.h Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00022.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2008-09-19 07:12:09 Modified files: lib/commands : toolcontext.h Log message: rename var Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/commands/toolcontext.h.diff?cvsroot=lvm2&r1=1.25&r2=1.26 --- LVM2/lib/commands/toolcontext.h 2008/09/19 06:41:58 1.25 +++ LVM2/lib/commands/toolcontext.h 2008/09/19 07:12:08 1.26 @@ -69,7 +69,7 @@ unsigned is_static:1; /* Static binary? */ unsigned is_long_lived:1; /* Optimises persistent_filter handling */ unsigned handles_missing_pvs:1; - unsigned partial_activate:1; + unsigned partial_activation:1; struct dev_filter *filter; int dump_filter; /* Dump filter when exiting? */