diff options
Diffstat (limited to 'ipsvd/ipsvd_perhost.h')
-rw-r--r-- | ipsvd/ipsvd_perhost.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipsvd/ipsvd_perhost.h b/ipsvd/ipsvd_perhost.h index cf08000..afe2c29 100644 --- a/ipsvd/ipsvd_perhost.h +++ b/ipsvd/ipsvd_perhost.h @@ -8,8 +8,8 @@ */ struct hcc { - char *ip; - int pid; + char *ip; + int pid; }; void ipsvd_perhost_init(unsigned); |