search for: rz_id

Displaying 1 result from an estimated 1 matches for "rz_id".

Did you mean: rd_id
2004 Jan 05
0
No subject
..._ID_LIST_LEN]; > long nums[MAX_ID_LIST_LEN]; > int count; > } ID; Linus has a rule about not using typedefs for structures, because it's good to be clear about whether something is a structure or whatever. I'm inclined to agree. So I would refer to that thing "struct rz_id" or something. Being 64-bit clean probably implies declaring rz_time_t, rz_uid_t and so on, and using that rather than the native types, which will be pretty random. > This also reminds me that I hadn't responded to jw's question about why > I thought his pipelined approach was...