MySQL 8.3.0
Source Code Documentation
sd_notify.h File Reference
#include <sstream>

Go to the source code of this file.

Classes

class  sysd::NotifyGlobals
 Class wrapping the "globals" as static members so that they can only be accessed from the friend-declared notify functions. More...
 

Namespaces

namespace  sysd
 

Functions

void sysd::notify_connect ()
 Looks for the name of the socket file in the environment variable NOTIFY_SOCKET. More...
 
void sysd::notify ()
 Recursion terminator overload for varargs template function. More...
 
template<typename T , typename... Ts>
void sysd::notify (T t, Ts... ts)
 Takes a variable number of arguments of different type and formats them on NotifyGlobals::fmt, and sends result to notification socket. More...