ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtd.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtd.C (file contents):
Revision 1.63 by sf-exg, Sun May 9 05:53:12 2021 UTC vs.
Revision 1.64 by root, Thu Jun 17 00:08:35 2021 UTC

45 45
46#include "rxvt.h" 46#include "rxvt.h"
47#include "rxvtdaemon.h" 47#include "rxvtdaemon.h"
48#include "libptytty.h" 48#include "libptytty.h"
49 49
50struct server : rxvt_connection { 50struct server : rxvt_connection
51{
51 log_callback log_cb; 52 log_callback log_cb;
52 getfd_callback getfd_cb; 53 getfd_callback getfd_cb;
53 54
54 void read_cb (ev::io &w, int revents); ev::io read_ev; 55 void read_cb (ev::io &w, int revents); ev::io read_ev;
55 void log_msg (const char *msg); 56 void log_msg (const char *msg);
68 } 69 }
69 70
70 void err (const char *format = 0, ...); 71 void err (const char *format = 0, ...);
71}; 72};
72 73
73struct unix_listener { 74struct unix_listener
75{
74 int fd; 76 int fd;
75 77
76 void accept_cb (ev::io &w, int revents); ev::io accept_ev; 78 void accept_cb (ev::io &w, int revents); ev::io accept_ev;
77 79
78 unix_listener (int fd); 80 unix_listener (int fd);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines