diff -r 57ea041df22f -r ecfdc1c4a552 ucx/map.h --- a/ucx/map.h Wed Feb 27 11:48:29 2013 +0100 +++ b/ucx/map.h Wed Feb 27 13:30:21 2013 +0100 @@ -51,7 +51,7 @@ struct UcxMapIterator { UcxMap *map; UcxMapElement *cur; - int index; + size_t index; };