comparison sip-in/shutdown.c @ 109:9b87894704eb

sip-in: first step toward final call clearing
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 28 Sep 2022 16:32:13 -0800
parents 9213ec8b434b
children c1c94b7fc2e2
comparison
equal deleted inserted replaced
108:0d6435808bcd 109:9b87894704eb
8 * once again, without needing to restart themwi-sip-in. 8 * once again, without needing to restart themwi-sip-in.
9 */ 9 */
10 10
11 #include <sys/types.h> 11 #include <sys/types.h>
12 #include <sys/socket.h> 12 #include <sys/socket.h>
13 #include <sys/time.h>
13 #include <netinet/in.h> 14 #include <netinet/in.h>
14 #include <stdio.h> 15 #include <stdio.h>
15 #include <stdint.h> 16 #include <stdint.h>
16 #include <stdlib.h> 17 #include <stdlib.h>
17 #include <string.h> 18 #include <string.h>