[svn] Set last_info.

This commit is contained in:
hniksic 2003-11-07 08:46:01 -08:00
parent 3ad652868c
commit 4a2a06a881
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-11-07 Hrvoje Niksic <hniksic@xemacs.org>
* connect.c (LAZY_RETRIEVE_INFO): Set LAST_INFO.
2003-11-07 Hrvoje Niksic <hniksic@xemacs.org>
* hash.c (NON_EMPTY): Use the all-bit-set value as the marker that

View File

@ -660,6 +660,7 @@ register_extended (int fd, xreader_t reader, xwriter_t writer,
{ \
info = hash_table_get (extended_map, (void *) fd); \
last_fd = fd; \
last_info = info; \
last_tick = extended_map_modified_tick; \
} \
} while (0)