commit | ead3382915e3e50845a2c6d0acdd75dc00dd3be3 | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Wed Feb 04 22:43:59 2009 +0000 |
committer | Kevin Clark <kclark@apache.org> | Wed Feb 04 22:43:59 2009 +0000 |
tree | a681e6bf0013713f137d95269a08bd1562667f90 | |
parent | 80a44e7e82533d79e0ee664819004a60591809e9 [diff] [blame] |
THRIFT-254. rb: Add optional strict version support to binary protocols Author: Michael Stockton git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@740930 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/ext/constants.h b/lib/rb/ext/constants.h index e540234..1922fb1 100644 --- a/lib/rb/ext/constants.h +++ b/lib/rb/ext/constants.h
@@ -60,6 +60,8 @@ extern ID fields_const_id; extern ID transport_ivar_id; +extern ID strict_read_ivar_id; +extern ID strict_write_ivar_id; extern VALUE type_sym; extern VALUE name_sym;