aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/client.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m + release all resources before re-execingMattias Andrée2014-05-111-0/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move mutex_created into client_t + error handling for pthread_*_initMattias Andrée2014-05-111-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use the data structure marshallersMattias Andrée2014-05-081-2/+32
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split up mds-server structs into their own .h-files and add marshal functionsMattias Andrée2014-05-081-0/+124
Signed-off-by: Mattias Andrée <maandree@operamail.com>