diff options
| author | Stephen D. Huston <shuston@apache.org> | 2011-03-08 01:41:53 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2011-03-08 01:41:53 +0000 |
| commit | 718ff5b34dd1e87eb79fa4c61fec668d1dc33103 (patch) | |
| tree | dcfb94e75656c6c239fc3dcb754cd2015126424d /cpp/src/posix | |
| parent | d07e9a0a24eeab9b16706c8a001864af1f181182 (diff) | |
| download | qpid-python-718ff5b34dd1e87eb79fa4c61fec668d1dc33103.tar.gz | |
Changes applied to be able to install, uninstall, start, stop, run service. Has trouble running as LocalService (SCM reports timeout after 1 second)
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-2519@1079078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/posix')
| -rw-r--r-- | cpp/src/posix/QpiddBroker.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/posix/QpiddBroker.cpp b/cpp/src/posix/QpiddBroker.cpp index 879935462e..86504ba7fc 100644 --- a/cpp/src/posix/QpiddBroker.cpp +++ b/cpp/src/posix/QpiddBroker.cpp @@ -188,3 +188,8 @@ int QpiddBroker::execute (QpiddOptions *options) { } return 0; } + +int main(int argc, char* argv[]) +{ + return run_broker(argc, argv); +} |
