Jan Pokorný
Jan Pokorný
``` 666 $Regex = qr/(\A|\n[^\#\/\n][^\n]*?|\n)(\*\s*|\s+|\@|\,|\()($RegExp_C|$RegExp_F)(\s*([\,\)\;\.\[]|\-\>|\:\s*\d))/; 667 while($Content=~/$Regex/) 668 { # MATCH: 669 # int foo(int new, int class, int (*new)(int)); 670 # int foo(char template[], char*); 671 # unsigned private:...
Said commit was meant to fix [Issue#64], but rather introduced new problem -- when "decltype(nullptr)" was observed (happens on transitive includes starting with standard C library headers, at least with...
Preliminary libqb-side solution to http://oss.clusterlabs.org/pipermail/users/2018-January/007169.html Commentary (qblog.h + commit message) missing at this point.
This is an intended prerequisite to add support for new log back-ends like: * native journald handover - https://freedesktop.org/software/systemd/man/sd_journal_send.html - https://freedesktop.org/software/systemd/man/systemd.journal-fields.html * The OpenTracing Semantic Specification compliant back-end - https://github.com/opentracing/specification/blob/master/specification.md#the-opentracing-api...
Signatures ``` /* Creates a listening UNIX socket, akin to qb_ipcs_create */ qb_ipcs_listener_t* qb_ipcs_listener(const char *name); /* Gets socket descriptor from listener; to prevent further use (the same information is...
I think this shall only be handled once structured logging (#286) is resolved since there are some synergetic optimizations, e.g., when logging to blackbox (turn `%m` into something like "\bm",...
See https://wiki.debian.org/ReleaseGoals/RunDirectory#Packages_using_.2Fdev.2Fshm
It would make a tonne of sense if logging clients running on Linux had a convenient ability to opt-in to log urgent messages also to `kmsg`, since it may be...
Thought this is already filed but apparently it's not and it came up the memories when I stumbled upon https://gerrit.asterisk.org/#/c/asterisk/+/5857/ Note that there are some zero-copy measures in corosync itself...