doc/core: reply message should send from kernel to app

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Hangbin Liu 2014-04-16 10:16:35 +08:00 committed by Thomas Haller
parent 69f4a03425
commit 6722853f49

View file

@ -232,10 +232,10 @@ an error message or a success notification.
msc {
App1,App2,Kernel;
App1=>Kernel [label="request (src=11, dst=0)"];
Kernel<=App1 [label="reply (src=0, dst=11)"];
App1<=Kernel [label="reply (src=0, dst=11)"];
...;
App2=>Kernel [label="request (src=21, dst=0)"];
Kernel<=App2 [label="reply (src=0, dst=21)"];
App2<=Kernel [label="reply (src=0, dst=21)"];
}
--------