X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fnet%2Fsock_reuseport.h;h=aecd30308d500b53a1b46902f2b3d254bcbc39b6;hb=b4ace4f1ae07691b4f6ea9f3e92efbec083df058;hp=7dda3d7adba8e905b3d14db7f3361d9a96493b46;hpb=56b87180cc59136e87a20c596566790cc88544b9;p=cascardo%2Flinux.git diff --git a/include/net/sock_reuseport.h b/include/net/sock_reuseport.h index 7dda3d7adba8..aecd30308d50 100644 --- a/include/net/sock_reuseport.h +++ b/include/net/sock_reuseport.h @@ -16,7 +16,7 @@ struct sock_reuseport { }; extern int reuseport_alloc(struct sock *sk); -extern int reuseport_add_sock(struct sock *sk, const struct sock *sk2); +extern int reuseport_add_sock(struct sock *sk, struct sock *sk2); extern void reuseport_detach_sock(struct sock *sk); extern struct sock *reuseport_select_sock(struct sock *sk, u32 hash,