From 7f8571d0ab23a9ba53813217a585d756163d4746 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 16 Aug 1995 16:15:51 +0000 Subject: (struct sock): Store the pipe class in a separate field, as READ_PIPE is no longer always defined. --- pflocal/sock.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pflocal') diff --git a/pflocal/sock.h b/pflocal/sock.h index bef15d89..16fdbe4a 100644 --- a/pflocal/sock.h +++ b/pflocal/sock.h @@ -44,6 +44,9 @@ struct sock int refs; struct mutex lock; + /* What kind of socket this is. */ + struct pipe_class *pipe_class; + /* Reads from this socket come from READ_PIPE, writes go to WRITE_PIPE. A sock always has a read pipe, and a write pipe when it's connected to another socket. */ -- cgit v1.2.3