Return-Path: Delivered-To: apmail-incubator-qpid-commits-archive@locus.apache.org Received: (qmail 90523 invoked from network); 14 Dec 2007 14:39:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2007 14:39:24 -0000 Received: (qmail 84610 invoked by uid 500); 14 Dec 2007 14:39:09 -0000 Delivered-To: apmail-incubator-qpid-commits-archive@incubator.apache.org Received: (qmail 84599 invoked by uid 500); 14 Dec 2007 14:39:09 -0000 Mailing-List: contact qpid-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-dev@incubator.apache.org Delivered-To: mailing list qpid-commits@incubator.apache.org Received: (qmail 84576 invoked by uid 99); 14 Dec 2007 14:39:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 06:39:09 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 14:38:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 57BFF1A9832; Fri, 14 Dec 2007 06:38:59 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r604205 - /incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp Date: Fri, 14 Dec 2007 14:38:58 -0000 To: qpid-commits@incubator.apache.org From: gsim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071214143859.57BFF1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gsim Date: Fri Dec 14 06:38:57 2007 New Revision: 604205 URL: http://svn.apache.org/viewvc?rev=604205&view=rev Log: Changed --store to --store-lib as a simple way to avoid confusing the options parser. Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp?rev=604205&r1=604204&r2=604205&view=diff ============================================================================== --- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp (original) +++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp Fri Dec 14 06:38:57 2007 @@ -92,7 +92,7 @@ ("staging-threshold", optValue(stagingThreshold, "N"), "Stages messages over N bytes to disk") // TODO: These options need to come from within the store module - ("store,s", optValue(store,"LIBNAME"), + ("store-lib,s", optValue(store,"LIBNAME"), "Tells the broker to use the message store shared library LIBNAME for persistence") ("store-directory", optValue(storeDir,"DIR"), "Store directory location for persistence.")