I believe there to be a bug in
DisplaySettings::setNumOfHttpDatabaseThreadsHint.

Current implementation

/** Set the hint for number of threads in the DatbasePager to dedicate
to reading http requests.*/
void setNumOfHttpDatabaseThreadsHint(unsigned int numThreads) {
_numDatabaseThreadsHint = numThreads; }

I think it should be

/** Set the hint for number of threads in the DatbasePager to dedicate
to reading http requests.*/
void setNumOfHttpDatabaseThreadsHint(unsigned int numThreads) {
_numHttpDatabaseThreadsHint = numThreads; }

Thanks.

Ryan H. Kawicki
The Boeing Company
Training Systems & Services
Software Engineer

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to