summaryrefslogtreecommitdiffstats
path: root/pimd/pim_ssmpingd.h
diff options
context:
space:
mode:
authorwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:03:14 +0200
committerwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:04:07 +0200
commitd62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch)
tree3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /pimd/pim_ssmpingd.h
parent*: add indent control files (diff)
downloadfrr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.tar.xz
frr-d62a17aedeb0eebdba98238874bb13d62c48dbf9.zip
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_ssmpingd.h')
-rw-r--r--pimd/pim_ssmpingd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/pimd/pim_ssmpingd.h b/pimd/pim_ssmpingd.h
index 02aa6271c..89fb320a7 100644
--- a/pimd/pim_ssmpingd.h
+++ b/pimd/pim_ssmpingd.h
@@ -27,11 +27,11 @@
#include "pim_iface.h"
struct ssmpingd_sock {
- int sock_fd; /* socket */
- struct thread *t_sock_read; /* thread for reading socket */
- struct in_addr source_addr; /* source address */
- int64_t creation; /* timestamp of socket creation */
- int64_t requests; /* counter */
+ int sock_fd; /* socket */
+ struct thread *t_sock_read; /* thread for reading socket */
+ struct in_addr source_addr; /* source address */
+ int64_t creation; /* timestamp of socket creation */
+ int64_t requests; /* counter */
};
void pim_ssmpingd_init(void);