8 Commits

Author SHA1 Message Date
Johan Wikman
72dd159f98 Reindented server/core/memlog.c 2015-11-30 15:18:51 +02:00
Markus Makela
78eab19c62 Fixed compiler warnings. 2015-07-14 17:13:09 +03:00
Hartmut Holzgraefe
eedcd44e95 wrong SPINLOCK type declaration (actual structure, not pointer, needed) 2015-02-14 16:51:03 +01:00
Hartmut Holzgraefe
56ab0efbb3 include string.h for strdup() prototype 2015-02-13 17:06:47 +01:00
Hartmut Holzgraefe
c992b53750 include stdlib.h for malloc() prototype 2015-02-13 17:03:39 +01:00
Mark Riddoch
52e8b33422 Added the ability to have a non-auto-flushing memlog. Flush is then a
manual process. Useful for triggering the dumping of the circular buffer when
an error is detected.
2014-10-14 11:40:23 +01:00
Mark Riddoch
9186d3fa90 Fixes for blr_salve performanc issues, linking of embedded library,
housekeeper heartbeat addition and unloading of modules to allow
profiling of modules using LD_PROFILE environment variable and sprof
2014-10-01 18:30:13 +01:00
Mark Riddoch
0ef87e3cc1 Updates to slave catchup mode to use fake events
Addition of fake EPOLLOUT event mechanism

New memlog feature for debugging purposes
2014-09-30 13:25:45 +01:00