From 5f3ee106ad32e07e8d00513212eb0968a84b59a1 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 11 Feb 2016 11:43:52 +0100 Subject: doc: Remove trailing whitespaces Removes some trailing whitespace from the documentation. My editor was setup incorrectly (new laptop). --- doc/highlevelarchitecture.txt | 11 +++++------ doc/workflow.txt | 3 +-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/highlevelarchitecture.txt b/doc/highlevelarchitecture.txt index 795ccdf4..2c0ab796 100644 --- a/doc/highlevelarchitecture.txt +++ b/doc/highlevelarchitecture.txt @@ -44,13 +44,13 @@ minimize the multitasking switches. +-------------------------------------------------------------------+ | Ouroboros Library | +-------------------------------------------------------------------+ - Function calls ^ | Sockets | | Function calls ^ | Sockets + Function calls ^ | Sockets | | Function calls ^ | Sockets | v | | | v +-------------------------+ | | +-------------------------+ | IPC Process Daemon | | | | IPC Resource Manager | | | | | | Daemon | +-------------------------+ | | +-------------------------+ - Function calls | | Sockets + Function calls | | Sockets | v +-------------------------+ | DIF Allocator | @@ -76,14 +76,14 @@ As a return value, module_id_t should be interpreted as follows: callee while it has an internal meaning for the caller. The caller uses the id for requesting services (operations) to the caller, the callee may use the id for lookups into its internal data structures. - + - value < 0: Represents an error condition To further clarify , each component has the following lifecycle: a. Creation: The caller asks for a creation of a new instance of the component. The callee returns a generic identifier - + b. Operation(s): The caller asks for an operation. The identifier given during creation is always passed along as input parameter. If the operation was successful, zero is returned. In case of an error, @@ -92,7 +92,7 @@ b. Operation(s): The caller asks for an operation. The identifier error. The error codes are library global, in the case that the library gets migrated in other libraries, they should coincide with errno. - + c. Destruction: The caller explicitly asks the callee to release all resources related to the component created in step a). The identifier is passed along as input parameter to identify the correct instance. @@ -325,4 +325,3 @@ IRM. It is a daemon that has 2 functions: - Resolving a DAF name to a DAP - Providing an N-1 DIF over which a DAP is reachable - diff --git a/doc/workflow.txt b/doc/workflow.txt index 5cfee900..ee4afb95 100644 --- a/doc/workflow.txt +++ b/doc/workflow.txt @@ -40,7 +40,7 @@ It contains the following branches: - testing: Contains tested version but may still contain bugs. -- be: Contains untested but compiling code. +- be: Contains untested but compiling code. All new contributions are integrated into ‘be’ from forks of the main git repository. Once a version of ‘be’ is tested enough, it is merged @@ -115,4 +115,3 @@ tracker. Version 1.0 of Ouroboros will contain minimal functionality to have a RINA implementation. Pull requests containing non discussed features will be automatically rejected and will revoke you the rights to perform new pull requests. - -- cgit v1.2.3