summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorMarek Majkowski <marek@rabbitmq.com>2011-02-25 12:10:57 +0000
committerMarek Majkowski <marek@rabbitmq.com>2011-02-25 12:10:57 +0000
commitbe4b20cfb43c4f687af10e71c518f792c6606291 (patch)
treec6dac4f33a445580bd65f808ea2b5e274cbddad9 /src/rabbit.erl
parentd2cf22aff35196b9c778f47a0c47324293370687 (diff)
parent79740987af7ce6a60d661513a9dddbab889dcdfc (diff)
downloadrabbitmq-server-git-be4b20cfb43c4f687af10e71c518f792c6606291.tar.gz
bug23278 merged into default
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 1beed5c1a7..faf484af9c 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -214,7 +214,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) ->