[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034232#comment-13034232
 ] 

Erik Anderson commented on ZOOKEEPER-992:
-----------------------------------------

There were a fair number of compiler issues, for instance "inline" is 
apparently not a keyword when compiling to C but "__inline" is.  I also ended 
up changing the datatype for filedescriptor from "int" to "SOCKET" as I wasn't 
convinced there wouldn't be problems down the road.

I am getting coredumps when running the CLI without a port number 
(inappropriate use of uninitialized pthread_cond object) and do get a fair 
number of CancelledKeyException errors, but other than that I think I have a 
working program.

I was going to see if I could check out the 3.3 source in SVN so that I could 
get a better idea of the changes I made.

> MT Native Version of Windows C Client 
> --------------------------------------
>
>                 Key: ZOOKEEPER-992
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-992
>             Project: ZooKeeper
>          Issue Type: New Feature
>          Components: c client
>         Environment: Windows 32
>            Reporter: Camille Fournier
>            Assignee: Dheeraj Agrawal
>             Fix For: 3.4.0
>
>         Attachments: errors.txt, win32_patch.txt, win32_patch_notabs.txt
>
>
> This is an extention of the work in  
> https://issues.apache.org/jira/browse/ZOOKEEPER-859

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to