X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=submit%2Fsubmitd.h;h=c780f53a058d7f1bf1c0a7adaf1db15ce619c9a3;hb=bdd61c84b621a5b53a78c7401094720ac1529126;hp=7e0d4345378b656efc1cdbccb5f7c5d167b67b52;hpb=0b68418072c29bd0d6e32c78f26c104117a5695a;p=moe.git diff --git a/submit/submitd.h b/submit/submitd.h index 7e0d434..c780f53 100644 --- a/submit/submitd.h +++ b/submit/submitd.h @@ -26,11 +26,12 @@ struct conn { // Set up by the master process cnode n; u32 ip; + byte *ip_string; // (xmalloced) pid_t pid; uns id; struct access_rule *rule; // Rule matched by this connection int sk; // Client socket - byte *cert_name; // Client name from the certificate (NULL if no TLS) + byte *cert_name; // Client name from the certificate (NULL if no TLS) (xmalloced) // Used by the child process gnutls_session_t tls; // TLS session