neverchanje commented on PR #1238:
URL: 
https://github.com/apache/incubator-pegasus/pull/1238#issuecomment-1313000710

   I personally suggest that we should mix the uses of int and the file handle 
type. It will easily lead to some misuse. Maybe you can wrap int under a 
`struct linux_fd_t { int v; }` in order to prevent any int to be converted to 
`linux_fd_t` without explicit declaration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to