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 david, 21.07.2013, 12:56

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

 

Complete thread:

Back to the forum
Board view  Mix view
22049 Postings in 2034 Threads, 396 registered users, 238 users online (0 registered, 238 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum