[CRIU] [PATCH v5 05/21] unix: Move unix_resolve_name declaration on top
Cyrill Gorcunov
gorcunov at gmail.com
Thu May 10 17:57:45 MSK 2018
This makes code more accurate.
Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
criu/sk-unix.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/criu/sk-unix.c b/criu/sk-unix.c
index d611e8ef15bc..db784cc38c9c 100644
--- a/criu/sk-unix.c
+++ b/criu/sk-unix.c
@@ -91,6 +91,9 @@ struct unix_sk_desc {
static LIST_HEAD(unix_sockets);
+static int unix_resolve_name(int lfd, uint32_t id, struct unix_sk_desc *d,
+ UnixSkEntry *ue, const struct fd_parms *p);
+
struct unix_sk_listen_icon {
unsigned int peer_ino;
struct unix_sk_desc *sk_desc;
@@ -314,8 +317,6 @@ static int resolve_rel_name(uint32_t id, struct unix_sk_desc *sk, const struct f
return -ENOENT;
}
-static int unix_resolve_name(int lfd, uint32_t id, struct unix_sk_desc *d,
- UnixSkEntry *ue, const struct fd_parms *p);
static int dump_one_unix_fd(int lfd, uint32_t id, const struct fd_parms *p)
{
struct unix_sk_desc *sk, *peer;
--
2.14.3
More information about the CRIU
mailing list