diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-02 21:34:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-02 21:34:22 +0200 |
commit | 70c2d0af540ecc44a104abb034ee5ff1c910dd48 (patch) | |
tree | 9a5c2deb9caf865245f1fd7d6a84eae73958d6c5 /TODO | |
parent | mds-registry: notify client (diff) | |
download | mds-70c2d0af540ecc44a104abb034ee5ff1c910dd48.tar.gz mds-70c2d0af540ecc44a104abb034ee5ff1c910dd48.tar.bz2 mds-70c2d0af540ecc44a104abb034ee5ff1c910dd48.tar.xz |
mds-registry: marshal and unmarshal the slave list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -26,8 +26,8 @@ Missing servers: drag Drag and drop cursorshadow Decorate cursors with shadows kill Kill processes based on their windows - shm Network enabled shared memory - sem Network enabled shared semaphores + shm Network enabled SysV shared memory + sem Network enabled SysV semaphore arrays focus Focuses the selected window colour Mapping of colour by name (system colours) and value state Keeps track of windows' states @@ -36,8 +36,16 @@ Missing servers: stack A simple, reference implementation of a, stack window manager workspace A simple, reference implementation of a, workspaces vt VT switcher + +Missing commands: + cmd-registry Command line interface for the protocol registry + conf Command line interface for reconfiguring servers + +Need testing: + + registry Fast lanes -Optimise use of mutexe +Optimise use of mutexe with shared and exclusive locks |