Add client info message

Update client info and improve core info
This commit is contained in:
Wim Taymans 2016-12-21 17:19:06 +01:00
parent 2f18af1fb2
commit ff5e260d67
11 changed files with 165 additions and 21 deletions

View file

@ -39,6 +39,11 @@ extern "C" {
void pinos_init (int *argc, char **argv[]);
const char * pinos_get_application_name (void);
const char * pinos_get_prgname (void);
const char * pinos_get_user_name (void);
const char * pinos_get_host_name (void);
char * pinos_client_name (void);
void pinos_fill_context_properties (PinosProperties *properties);