Checkpoint commit: refactoring the request code in TIDS for better reuse
[trust_router.git] / include / tid_internal.h
index f02c4d1..b6bd8fc 100644 (file)
@@ -97,7 +97,7 @@ struct tids_instance {
   TIDS_REQ_FUNC *req_handler;
   tids_auth_func *auth_handler;
   void *cookie;
-  uint16_t tids_port;
+  unsigned int tids_port;
   TR_NAME *gss_name;           /* GSS name client used for authentication */
 };