s3-aio_pthread: Make "pd_list" static
authorVolker Lendecke <vl@samba.org>
Tue, 10 Jan 2012 09:12:49 +0000 (10:12 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 10 Jan 2012 09:21:44 +0000 (10:21 +0100)
source3/modules/vfs_aio_pthread.c

index 78cea8e99c5643e91c1978185b680d51e6007e03..65882d5c45a83d8180bf424669fa3474d50fdf45 100644 (file)
@@ -42,7 +42,7 @@ struct aio_private_data {
 };
 
 /* List of outstanding requests we have. */
-struct aio_private_data *pd_list;
+static struct aio_private_data *pd_list;
 
 static void aio_pthread_handle_completion(struct event_context *event_ctx,
                                struct fd_event *event,