You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/05/21 12:14:01 UTC

svn commit: r540097 - /incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp

Author: gsim
Date: Mon May 21 03:13:52 2007
New Revision: 540097

URL: http://svn.apache.org/viewvc?view=rev&rev=540097
Log:
Added back -s short option for store lib.


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?view=diff&rev=540097&r1=540096&r2=540097
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.cpp Mon May 21 03:13:52 2007
@@ -61,7 +61,7 @@
          "Connection backlog limit for server socket.")
         ("staging-threshold", optValue(stagingThreshold, "N"),
          "Messages over N bytes are staged to disk.")
-        ("store", optValue(store,"LIBNAME"),
+        ("store,s", optValue(store,"LIBNAME"),
          "Name of message store shared library.");
 }