@@ -32,14 +32,14 @@ static PyMemberDef cxoSubscrTypeMembers[] = {
3232 { "callback" , T_OBJECT , offsetof(cxoSubscr , callback ), READONLY },
3333 { "connection" , T_OBJECT , offsetof(cxoSubscr , connection ),
3434 READONLY },
35- { "namespace" , T_INT , offsetof(cxoSubscr , namespace ), READONLY },
35+ { "namespace" , T_UINT , offsetof(cxoSubscr , namespace ), READONLY },
3636 { "name" , T_OBJECT , offsetof(cxoSubscr , name ), READONLY },
37- { "protocol" , T_INT , offsetof(cxoSubscr , protocol ), READONLY },
37+ { "protocol" , T_UINT , offsetof(cxoSubscr , protocol ), READONLY },
3838 { "ipAddress" , T_OBJECT , offsetof(cxoSubscr , ipAddress ), READONLY },
39- { "port" , T_INT , offsetof(cxoSubscr , port ), READONLY },
40- { "timeout" , T_INT , offsetof(cxoSubscr , timeout ), READONLY },
41- { "operations" , T_INT , offsetof(cxoSubscr , operations ), READONLY },
42- { "qos" , T_INT , offsetof(cxoSubscr , qos ), READONLY },
39+ { "port" , T_UINT , offsetof(cxoSubscr , port ), READONLY },
40+ { "timeout" , T_UINT , offsetof(cxoSubscr , timeout ), READONLY },
41+ { "operations" , T_UINT , offsetof(cxoSubscr , operations ), READONLY },
42+ { "qos" , T_UINT , offsetof(cxoSubscr , qos ), READONLY },
4343 { "id" , T_ULONG , offsetof(cxoSubscr , id ), READONLY },
4444 { NULL }
4545};
0 commit comments