Changeset 369 for trunk/icedtea-web/plugin/icedteanp/IcedTeaNPPlugin.h
- Timestamp:
- May 24, 2012, 12:16:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/plugin/icedteanp/IcedTeaNPPlugin.h
r357 r369 94 94 static pthread_t plugin_request_processor_thread3; 95 95 96 #ifdef __OS2__ 97 struct QueueProcessorData 98 { 99 PluginRequestProcessor *processor; 100 bool stopRequested; 101 }; 102 103 static QueueProcessorData queue_processor_data1 = { NULL, false }; 104 static QueueProcessorData queue_processor_data2 = { NULL, false }; 105 static QueueProcessorData queue_processor_data3 = { NULL, false }; 106 #endif 107 96 108 // Condition on which the queue processor waits 97 109 extern pthread_cond_t cond_message_available;
Note:
See TracChangeset
for help on using the changeset viewer.