Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / include / net / af_vsock.h
index 3af0b224f7544d48ca6bc6ea4f2fd424ef0411ec..f2758964ce6f890e3b11df5ba5bf2eefe636abd1 100644 (file)
@@ -63,6 +63,8 @@ struct vsock_sock {
        struct list_head accept_queue;
        bool rejected;
        struct delayed_work dwork;
+       struct delayed_work close_work;
+       bool close_work_scheduled;
        u32 peer_shutdown;
        bool sent_request;
        bool ignore_connecting_rst;
This page took 0.026435 seconds and 5 git commands to generate.