This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Refactor common code from nscd's two main poll loops.


On 02/08/2013 03:11 AM, Andreas Jaeger wrote:
>> 2013-02-07  Carlos O'Donell  <carlos@redhat.com>
>>
>>     * nscd/connection.c (register_traced_file): Comment function.
>>     [HAVE_INOTIFY] (union __inev): Define.
>>     [HAVE_INOTIFY] (inotify_check_files): New function.
>>     [HAVE_INOTIFY] (clear_db_cache): Likewise.
>>     [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
>>     clear_db_cache.
>>     [HAVE_INOTIFY] (main_loop_epoll): Likewise.
>>

Fixed and committed.

>> +static inline void
>> +inotify_check_files(bool *to_clear, union __inev *inev)
> 
> A space before the opening parenthesis.
> 
> Ok with this change,

Thanks!

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]