diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-14 14:19:09 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-14 14:19:09 +0100 |
| commit | a2e37c310fcfe6611f402e9602827183ff9198c7 (patch) | |
| tree | 49a77e170c31d4f50d21764af47be6928192bf12 /src | |
| parent | 0106889df4b6dd1374d37939b89b0acffca3baa6 (diff) | |
| download | rabbitmq-server-git-a2e37c310fcfe6611f402e9602827183ff9198c7.tar.gz | |
rename io_runner to serialiser
Diffstat (limited to 'src')
| -rw-r--r-- | src/serialiser.erl (renamed from src/io_runner.erl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io_runner.erl b/src/serialiser.erl index 8a2521580a..1fe0ec8f4a 100644 --- a/src/io_runner.erl +++ b/src/serialiser.erl @@ -14,7 +14,7 @@ %% Copyright (c) 2011 VMware, Inc. All rights reserved. %% --module(io_runner). +-module(serialiser). -behaviour(gen_server2). |
