Graph: MpdFrontend creates MpdDispatcher
This commit is contained in:
parent
a67aaef8c7
commit
681ac05561
@ -58,6 +58,7 @@ the Spotify service, and the speakers.
|
|||||||
# Frontend
|
# Frontend
|
||||||
"CoreProcess" -> "MpdFrontend" [ label="create" ]
|
"CoreProcess" -> "MpdFrontend" [ label="create" ]
|
||||||
"MpdFrontend" -> "MpdProcess" [ label="create" ]
|
"MpdFrontend" -> "MpdProcess" [ label="create" ]
|
||||||
|
"MpdFrontend" -> "MpdDispatcher" [ label="create" ]
|
||||||
"MpdProcess" -> "MpdServer" [ label="create" ]
|
"MpdProcess" -> "MpdServer" [ label="create" ]
|
||||||
"MpdServer" -> "MpdSession" [ label="create one\nper client" ]
|
"MpdServer" -> "MpdSession" [ label="create one\nper client" ]
|
||||||
"MpdSession" -> "MpdDispatcher" [
|
"MpdSession" -> "MpdDispatcher" [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user