aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcoopgamma.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mMattias Andrée2016-07-201-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* typoMattias Andrée2016-07-201-10/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m docMattias Andrée2016-07-201-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* AttributesMattias Andrée2016-07-191-0/+63
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-191-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Document macros, enums, structs, and unions in libcoopgamma.h.0Mattias Andrée2016-07-181-70/+69
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2016-07-151-53/+83
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add synchronous functionsMattias Andrée2016-07-151-2/+80
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libcoopgamma_synchroniseMattias Andrée2016-07-151-1/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m docMattias Andrée2016-07-151-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_set_nonblocking and prototype for libcoopgamma_synchroniseMattias Andrée2016-07-151-1/+31
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Implement check_error, next_payload, and next_headerMattias Andrée2016-07-151-4/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libcoopgamma_get_gamma_recvMattias Andrée2016-07-151-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Asynchronous communicationMattias Andrée2016-07-151-26/+200
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Inform the user that SIGCHLD must not be ignored or blocked for some functionMattias Andrée2016-07-151-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Beginning on communication functionsMattias Andrée2016-07-151-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libcoopgamma_get_methodsMattias Andrée2016-07-141-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add prototypes for functions for communicating with the serverMattias Andrée2016-07-141-0/+128
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement initialise, destroy, marshal, and unmarshal functionsMattias Andrée2016-07-141-38/+41
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Prototypes for initialise, destroy, marshal, and unmarshal functionsMattias Andrée2016-07-141-3/+505
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* docMattias Andrée2016-07-141-6/+352
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add structs and enumsMattias Andrée2016-07-141-0/+155
Signed-off-by: Mattias Andrée <maandree@kth.se>