summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-12-02 21:41:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-12-02 21:41:53 +0000
commit5caf48e0733cf8a5a38c4c2fb8589a85046d1b73 (patch)
treebc9f6e4f36dda40cee1a35d3c0fce3332fec5b58 /ace/ACE.h
parente917886f0885e8949335885c885eae09ef62992f (diff)
downloadATCD-5caf48e0733cf8a5a38c4c2fb8589a85046d1b73.tar.gz
ChangeLogTag:Sat Nov 30 09:18:51 2002 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 14fad8aae3a..3fef3fae893 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -494,6 +494,10 @@ public:
/// buffer (the length is included in the CRC).
static u_long crc32 (const char *buf, ACE_UINT32 len);
+ /// Computes the ISO 8802-3 standard 32 bits CRC for the
+ /// @ len iovec buffers.
+ static u_long crc32 (iovec *iov, int len);
+
/// Euclid's greatest common divisor algorithm.
static u_long gcd (u_long x, u_long y);