Graph: MpdFrontend creates MpdDispatcher

This commit is contained in:
Stein Magnus Jodal 2010-08-20 10:19:32 +02:00
parent a67aaef8c7
commit 681ac05561

View File

@ -58,6 +58,7 @@ the Spotify service, and the speakers.
# Frontend
"CoreProcess" -> "MpdFrontend" [ label="create" ]
"MpdFrontend" -> "MpdProcess" [ label="create" ]
"MpdFrontend" -> "MpdDispatcher" [ label="create" ]
"MpdProcess" -> "MpdServer" [ label="create" ]
"MpdServer" -> "MpdSession" [ label="create one\nper client" ]
"MpdSession" -> "MpdDispatcher" [