On Thu, Jun 16, 2005 at 07:25:55AM -0400, Jeff Trawick wrote:
> This uses format %pt.  (%pT is existing, and results in tid in
> decimal.)  The display will use lower-case a-f.
> 
> Comments/concerns?

Seems fine.

[it would be nice if %pT actually printed the thread id with NPTL rather 
than just a pointer value, hmmm]

> I have a small itch for APR_PID_T_HEX_FMT as well.
> 
> My understanding is that this feature can go in trunk because trunk
> isn't a released version yet, and it can go in 0.9.x because that is <
> 1.0 and not covered by the versioning guidelines (other than binary
> compatibility), but 1.0 and 1.1 are feature-frozen.

Yes, correct.  It can't be in a patch release because it's essentially a 
new interface (or a new "interface-within-an-interface" perhaps ;).

joe

Reply via email to