]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/snmp_session.h
SourceFormat Enforcement
[thirdparty/squid.git] / include / snmp_session.h
index 17ee4c8f3a33b47315c811627c4bb4b4cbce3163..6d594ca12fa36c58672f34ba275cff0a5b1d57bc 100644 (file)
  **********************************************************************/
 
 struct snmp_session {
-    int Version;               /* SNMP Version for this session */
+    int Version;        /* SNMP Version for this session */
 
-    u_char *community;         /* community for outgoing requests. */
-    int community_len;         /* Length of community name. */
-    int retries;               /* Number of retries before timeout. */
-    int timeout;               /* Number of uS until first timeout, then exponential backoff */
-    char *peername;            /* Domain name or dotted IP address of default peer */
-    unsigned short remote_port;        /* UDP port number of peer. */
-    unsigned short local_port;         /* My UDP port number, 0 for default, picked randomly */
+    u_char *community;      /* community for outgoing requests. */
+    int community_len;      /* Length of community name. */
+    int retries;        /* Number of retries before timeout. */
+    int timeout;        /* Number of uS until first timeout, then exponential backoff */
+    char *peername;     /* Domain name or dotted IP address of default peer */
+    unsigned short remote_port; /* UDP port number of peer. */
+    unsigned short local_port;      /* My UDP port number, 0 for default, picked randomly */
 };
 
 #define RECEIVED_MESSAGE   1
-#define TIMED_OUT         2
+#define TIMED_OUT      2
 
 #endif /* SQUID_SNMP_SESSION_H */
+