diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-12-02 21:41:53 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-12-02 21:41:53 +0000 |
commit | cedd6b789239a29f84716ac6b657c52922773418 (patch) | |
tree | bc9f6e4f36dda40cee1a35d3c0fce3332fec5b58 /ace/ACE.h | |
parent | b3d5f98c052724a7b8aa44f3913da3f0e3688790 (diff) | |
download | ATCD-cedd6b789239a29f84716ac6b657c52922773418.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.h | 4 |
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); |