blob: 7b4f9deb913ba958ce036fcce3688a0ea6b9f0df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/tracker.c.orig 2020-08-25 17:17:55 UTC
+++ src/tracker.c
@@ -28,8 +28,7 @@
#include "tcpick.h"
#include "extern.h"
-struct CONN * first_conn = NULL; /*all connections, ends on a 0*/
-struct CONN * last_conn = NULL;
+
int
status_switch(struct CONN * prev, enum STATUS status)
|