diff options
author | Wim Taymans <wtaymans@redhat.com> | 2016-05-12 17:03:28 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2016-05-12 17:03:28 +0200 |
commit | 8407430891ff6083f79b102675625cba90e75247 (patch) | |
tree | 2fa6528b4d73a837e5903167beedd3c7fa547d13 /doc | |
parent | c67d3d7f04ef686c5cd4fe88ed7c52a89bdd50c6 (diff) |
rework: make client and server nodes
work on making nodes and ports on the client.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design.txt b/doc/design.txt index 56605a4a..a5ea6992 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -35,8 +35,8 @@ Node1: a processing node, this can be a source, sink or transform /org/pinos/node* Port1: a port on a Node1, ports can be input or output ports /org/pinos/node*/port* -Channel1: a connection of a client on a port - /org/pinos/client*/channel* +Link1: a link between 2 ports + /org/pinos/link* DBus protocol |