mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-12 22:17:34 +00:00
Increase the length of description field.
When both the corosync and pacemaker has PID larger or equal 10000 and when the file descriptor is larger or equal 10 the desciption will have at least 17 characters.
This commit is contained in:
parent
35faa45558
commit
ece408cb72
@ -159,7 +159,7 @@ enum qb_ipcs_connection_state {
|
||||
QB_IPCS_CONNECTION_SHUTTING_DOWN,
|
||||
};
|
||||
|
||||
#define CONNECTION_DESCRIPTION (16)
|
||||
#define CONNECTION_DESCRIPTION (18)
|
||||
|
||||
struct qb_ipcs_connection_auth {
|
||||
uid_t uid;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user