diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-27 19:10:52 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-27 19:10:52 +0000 |
commit | 3f791389ffba3fe927f3a7874358517eb64987e8 (patch) | |
tree | 8bdc337548bbe4d8155748af6c61e5f61e42a5dd /ace/OS.h | |
parent | 51b48cb24f7e5f5e3fcf3ba7f37942fde979dafd (diff) | |
download | ATCD-3f791389ffba3fe927f3a7874358517eb64987e8.tar.gz |
ChangeLogTag:Mon Jul 26 20:50:37 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -4941,7 +4941,8 @@ public: ACE_SERVICE_TYPE service_type, u_long max_sdu_size, u_long minimum_policed_size, - int ttl); + int ttl, + int priority); // Constructor that initializes all the fields. // = Get/set the token rate in bytes/sec. @@ -4979,6 +4980,10 @@ public: // = Get/set the time-to-live. int ttl (void); void ttl (int t); + + // = Get/set the priority. + int priority (void); + void priority (int p); }; #if defined (ACE_HAS_WINSOCK2) && (ACE_HAS_WINSOCK2 != 0) |