|
@@ -205,7 +205,7 @@ public:
|
|
// Cancel all operations associated with the given descriptor. The
|
|
// Cancel all operations associated with the given descriptor. The
|
|
// handlers associated with the descriptor will be invoked with the
|
|
// handlers associated with the descriptor will be invoked with the
|
|
// operation_aborted error.
|
|
// operation_aborted error.
|
|
- void cancel_ops(socket_type descriptor, per_descriptor_data& descriptor_data)
|
|
|
|
|
|
+ void cancel_ops(socket_type , per_descriptor_data& descriptor_data)
|
|
{
|
|
{
|
|
mutex::scoped_lock descriptor_lock(descriptor_data->mutex_);
|
|
mutex::scoped_lock descriptor_lock(descriptor_data->mutex_);
|
|
|
|
|