Commit 32405371 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

compel: plugins,fds -- Add missing headers into uapi

This plugin is all about sending scm-s over unix sockets,
so having this stuff there is helpful.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 3a7e027b
......@@ -5,6 +5,8 @@
#ifndef __COMPEL_PLUGIN_FDS_H__
#define __COMPEL_PLUGIN_FDS_H__
#include <sys/un.h>
#include "common/scm.h"
static inline int send_fd(int sock, struct sockaddr_un *saddr, int saddr_len, int fd)
......
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