kaio
[Top] [All Lists]

a test program for serial or sockets?

To: kaio@xxxxxxxxxxx
Subject: a test program for serial or sockets?
From: Jeff Graham <jgraham@xxxxxxxxxxxxxx>
Date: Tue, 21 Nov 2000 15:04:28 -0600
Sender: owner-kaio@xxxxxxxxxxx
Everyone,

I finally got kaio installed.

Noticed that the Makefile for the library does not make a static lib.
So I added one.

Also, if you are using C++, don't forget to do the special
        extern "C"
            {
            #include <linux/aio.h>
            }

to help the linker demangle the c calls.

I built a test program ( morphed one from the ACE library) and it is working. It
does file i/o though.


Does anyone have a test for sockets or serial ports?

Thanks,
Jeff



<Prev in Thread] Current Thread [Next in Thread>