summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-27 19:10:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-27 19:10:52 +0000
commit3f791389ffba3fe927f3a7874358517eb64987e8 (patch)
tree8bdc337548bbe4d8155748af6c61e5f61e42a5dd /ace/OS.h
parent51b48cb24f7e5f5e3fcf3ba7f37942fde979dafd (diff)
downloadATCD-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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 1a116d4ee98..016e2ecc788 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -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)