sock: add net to prot->enter_memory_pressure callback
[deliverable/linux.git] / net / sctp / socket.c
index df5572c39f0c0b68b4e1d2119610ed542d3bec07..6aba01b0ce4e0b679096e66b2ff9b2d6c1fc36a3 100644 (file)
@@ -116,7 +116,7 @@ static int sctp_memory_pressure;
 static atomic_t sctp_memory_allocated;
 static atomic_t sctp_sockets_allocated;
 
-static void sctp_enter_memory_pressure(void)
+static void sctp_enter_memory_pressure(struct sock *sk)
 {
        sctp_memory_pressure = 1;
 }
This page took 0.026518 seconds and 5 git commands to generate.