summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-02-23 13:50:38 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-02-23 13:50:38 +0000
commit0b06530a5532549f7de8d57d624fac546961fb97 (patch)
tree827493c951daf439e9cea382fa7c85ff4e01cf22 /src/rabbit.erl
parent32d11d570edcf1ae20ef5806e23edca47ae00ad6 (diff)
parent245592bc7051cfcb16cfd0dff84085d1294e8146 (diff)
downloadrabbitmq-server-git-0b06530a5532549f7de8d57d624fac546961fb97.tar.gz
Merging bug23727 to bug23554
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index d967cfb9cd..fb5207b960 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -213,7 +213,8 @@ stop_and_halt() ->
ok.
status() ->
- [{running_applications, application:which_applications()}] ++
+ [{pid, list_to_integer(os:getpid())},
+ {running_applications, application:which_applications()}] ++
rabbit_mnesia:status().
rotate_logs(BinarySuffix) ->