Do not use shard object file anymore

This commit is contained in:
2022-12-10 01:49:16 +01:00
parent 0f75aeea7a
commit 88346fe722
4 changed files with 16 additions and 18 deletions

View File

@ -15,8 +15,8 @@
#include <errno.h>
#include <signal.h>
volatile sig_atomic_t terminate = 0;
static const char *ws_key_uuid = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11";
static volatile sig_atomic_t terminate = 0;
void ws_terminate(int _) {
terminate = 1;

View File

@ -13,8 +13,6 @@
#define WS_TIMEOUT 3600
const char *ws_key_uuid = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11";
typedef struct {
unsigned char f_fin:1;
unsigned char f_rsv1:1;