[Privoxy-commits] [privoxy] 02/17: Reorder need_bind in struct configuration_spec to save memory

User Git git at git.privoxy.org
Thu Jan 21 13:03:29 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 66b1e23830d60ea98b0ba2ac5644ef24a45f9c55
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Jan 21 11:20:12 2021 +0100

    Reorder need_bind in struct configuration_spec to save memory
---
 project.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/project.h b/project.h
index 98caadde..eeed8bc4 100644
--- a/project.h
+++ b/project.h
@@ -1435,6 +1435,9 @@ struct configuration_spec
    /** Bitmask of features that can be controlled through the config file. */
    unsigned feature_flags;
 
+   /** Nonzero if we need to bind() to the new port. */
+   int need_bind;
+
    /** The log file name. */
    const char *logfile;
 
@@ -1566,9 +1569,6 @@ struct configuration_spec
    /** List of loaders */
    int (*loaders[NLOADERS])(struct client_state *);
 
-   /** Nonzero if we need to bind() to the new port. */
-   int need_bind;
-
 #ifdef FEATURE_HTTPS_INSPECTION
    /** Password for proxy ca file **/
    char * ca_password;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list