Commit ee82f0cf authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

types: Add SCM limits

We will need them in file descriptors transfer addressed in further patches.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 998cb619
...@@ -195,4 +195,9 @@ enum kcmp_type { ...@@ -195,4 +195,9 @@ enum kcmp_type {
KCMP_TYPES, KCMP_TYPES,
}; };
/* For UNIX sockets data */
#ifndef SCM_MAX_FD
# define SCM_MAX_FD 253
#endif
#endif /* CR_TYPES_H_ */ #endif /* CR_TYPES_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment