From 55e06729b173b24ce0c243db7e96094f10071eaf Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 3 Aug 1999 19:57:43 +0000 Subject: Forgot to do a `cvs add', grr. --- proto/pipe/pipe.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 proto/pipe/pipe.h (limited to 'proto/pipe/pipe.h') diff --git a/proto/pipe/pipe.h b/proto/pipe/pipe.h new file mode 100644 index 0000000..7e9cf8a --- /dev/null +++ b/proto/pipe/pipe.h @@ -0,0 +1,23 @@ +/* + * BIRD -- Table-to-Table Routing Protocol a.k.a Pipe + * + * (c) 1999 Martin Mares + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +#ifndef _BIRD_PIPE_H_ +#define _BIRD_PIPE_H_ + +struct pipe_config { + struct proto_config c; + struct rtable_config *peer; /* Table we're connected to */ +}; + +struct pipe_proto { + struct proto p; + struct rtable *peer; + struct pipe_proto *phantom; +}; + +#endif -- cgit v1.2.3