summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_dbus_cmd.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved closing of open handles from pclDeinit function into mainloop.Ingo Huerner2017-02-171-1/+1
| | | | Deinit function just sends a message to mailoop to close handles.
* Minor changes after code review; replaced static arrays for handles by a treeIngo Huerner2015-01-221-1/+0
|
* Protected global variables with mutex; minor optimizations; corrected ↵Ingo Huerner2014-07-021-4/+29
| | | | doxygen documentation
* Removed global variables for notifications; use now pipe instead of eventfd ↵Ingo Huerner2014-06-301-2/+4
| | | | for mainloop comminication
* Corrected datatype for request and requestId in function msg_lifecycleRequestIngo Huerner2014-06-051-1/+1
|
* Code cleanup and optimisationIngo Huerner2014-05-091-16/+19
|
* Added pclLifecycleSet functionIngo Huerner2014-04-161-4/+1
|
* Move from mulit-threaded to single-threaded dbus communicationIngo Huerner2013-11-141-0/+87