Erlang Mailing Lists

Author Message

<  Erlang patches mailing list  ~  ON_READ/ON_WRITE is actually DO_READ/DO_WRITE

vances at motivity.ca
Posted: Sun Aug 17, 2003 10:12 am Reply with quote
Guest
.../R9C/erts-5.3/doc/html/erl_driver.html


In the documentation for the driver_select() function it says:

"The mode parameter can be either ON_READ or ON_WRITE"

However in the erl_driver.h header file it's actually DO_READ
and DO_WRITE:

/* Values for mode arg to driver_select() */

#define DO_READ (1 << 0)
#define DO_WRITE (1 << 1)
#ifdef _OSE_
#define DO_START (1 << 2)
#define DO_STOP (1 << 3)
#endif /* _OSE_ */



Vance Shipley
Motivity Telecom Inc.
+1 519 240 3684
vances_at_motivity.ca


Post generated using Mail2Forum (http://m2f.sourceforge.net)

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum