mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
Such constants as CR_MAX_MSG_SIZE and CR_DEFAULT_SERVICE_ADDRESS are need to be used in both service and lib. Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
8 lines
195 B
C
8 lines
195 B
C
#ifndef __CR_SERVICE_CONST_H__
|
|
#define __CR_SERVICE_CONST_H__
|
|
|
|
#define CR_MAX_MSG_SIZE 1024
|
|
#define CR_DEFAULT_SERVICE_ADDRESS "/var/run/criu_service.socket"
|
|
|
|
#endif /* __CR_SERVICE_CONST_H__ */
|