[BACK]Return to listen.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/listen.h between version 1.3 and 1.4

version 1.3, 2008/11/16 18:34:56 version 1.4, 2009/07/25 08:44:27
Line 26 
Line 26 
         struct file file;          struct file file;
         char *path;          char *path;
         int fd;          int fd;
         int maxweight;          /* max dynamic range for clients */  
         struct aparams wpar;    /* template for clients write params */  
         struct aparams rpar;    /* template for clients read params */  
 };  };
   
 struct listen *listen_new(struct fileops *, char *,  struct listen *listen_new(struct fileops *, char *);
     struct aparams *, struct aparams *, int);  
 int listen_nfds(struct file *);  int listen_nfds(struct file *);
 int listen_pollfd(struct file *, struct pollfd *, int);  int listen_pollfd(struct file *, struct pollfd *, int);
 int listen_revents(struct file *, struct pollfd *);  int listen_revents(struct file *, struct pollfd *);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4