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:
Arkadiusz Bubala 2015-08-05 12:40:16 +02:00 committed by ab-oe
parent 35faa45558
commit ece408cb72

View File

@ -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;