wrong number of arguments calling init_file in libol
In libol init_file() takes an additional "struct ol_string *fname" that isn't in the syslog-ng afstreams.c call. wcolburn@rainbow<~/compile/sun4>$ grep -C -n init_file syslog-ng-1.4.12/src/afstreams.c libol-0.2.24/src/io.c syslog-ng-1.4.12/src/afstreams.c-165- NEW(stream_fd, f); syslog-ng-1.4.12/src/afstreams.c-166- syslog-ng-1.4.12/src/afstreams.c:167: init_file(backend, &f->super, fd); syslog-ng-1.4.12/src/afstreams.c-168- f->super.prepare = prepare_stream_fd; syslog-ng-1.4.12/src/afstreams.c-169- f->super.read = stream_read_callback; -- libol-0.2.24/src/io.c-629- libol-0.2.24/src/io.c-630-/* Initializes a file structure, and adds it to the backend's list. */ libol-0.2.24/src/io.c:631:void init_file(struct io_backend *b, struct nonblocking_fd *f, int fd, libol-0.2.24/src/io.c-632- struct ol_string *fname) libol-0.2.24/src/io.c-633-{ -- -- William Colburn, "Sysprog" <wcolburn@nmt.edu> Computer Center, New Mexico Institute of Mining and Technology http://www.nmt.edu/tcc/ http://www.nmt.edu/~wcolburn
participants (1)
-
William D. Colburn (aka Schlake)