From 359e9b6c2b0cc4817b55338f0b89638945d98c50 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 24 Mar 2012 22:32:24 +0100 Subject: Rename methods to protocols; fix some command line parse bugs; implement most of the config file parser --- src/peer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peer.h') diff --git a/src/peer.h b/src/peer.h index 121276c..39fcc02 100644 --- a/src/peer.h +++ b/src/peer.h @@ -49,7 +49,7 @@ struct _fastd_peer { struct timespec seen; - void *method_private; + void *protocol_private; }; struct _fastd_peer_config { -- cgit v1.2.3