diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-07-03 21:37:46 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-07-03 22:18:59 +0200 |
| commit | a46e9a5cbb8fc233a0ccb47708e7686c2b561ac0 (patch) | |
| tree | 7623f70cb31ca38ab63730dda8ed9b4ad039184b /src/proto.h | |
| parent | 75e3fd649bf4baae66a7415634fe999c726ba149 (diff) | |
Only save config when there are worthy changes
Diffstat (limited to 'src/proto.h')
| -rw-r--r-- | src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index 638c1ec..95c7d7e 100644 --- a/src/proto.h +++ b/src/proto.h @@ -78,6 +78,7 @@ struct dht { int sfd; bool pause; + bool dirtyconf; bool reqalloc[MAX_INFLIGHT]; struct { |
