Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the forum
Board view  Mix view

tv_sec in sys/time.h (Developers)

posted by Tito, 01.08.2013, 03:23

> struct fd_set rfds;
> memset(&rfds,0,sizeof(fd_set));
> FD_ZERO(&rfds);
> FD_SET(0, &rfds);
> struct timeval tv;
> tv.tv_sec=0;
> tv.tv_usec=0;
> int i=select(1,&rfds,NULL,NULL,&tv);
>
> Hello, Can I ask You about part of code? I have #include <sys/time.h> and
> compiler writes err
> storage size tv isn`t know, How I can right declare tv ? Thank You for any
> idea,
>
> David
Not sure about memory allocation, he declared tv as a struct not struct *.

 

Complete thread:

Back to the forum
Board view  Mix view
22761 Postings in 2121 Threads, 402 registered users (2 online)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum