Low-level message functions added descr argument for better logging C-API change
This commit is contained in:
parent
17b64f0bab
commit
9091582087
16 changed files with 397 additions and 236 deletions
|
|
@ -73,8 +73,8 @@ extern "C" {
|
|||
|
||||
clixon_handle clixon_client_init(const char *config_file);
|
||||
int clixon_client_terminate(clixon_handle h);
|
||||
int clixon_client_lock(int sock, const int lock, const char *db);
|
||||
int clixon_client_hello(int sock, int version);
|
||||
int clixon_client_lock(int sock, const char *descr, const int lock, const char *db);
|
||||
int clixon_client_hello(int sock, const char *descr, int version);
|
||||
clixon_client_handle clixon_client_connect(clixon_handle h, clixon_client_type socktype, const char *dest);
|
||||
int clixon_client_disconnect(clixon_client_handle ch);
|
||||
int clixon_client_get_bool(clixon_client_handle ch, int *rval, const char *xnamespace, const char *xpath);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue