]> granicus.if.org Git - curl/commit
easy: rename struct monitor to socketmonitor
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Aug 2013 07:57:14 +0000 (09:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Aug 2013 07:58:11 +0000 (09:58 +0200)
commit2f9b64ac33c577d6d9b737dbcbd23e9aad09dc95
treeb69516ebdaf323f752466afc6bfb1a9e14639644
parent6a353049ac94751d53e877c6b5f3c452d717cfe3
easy: rename struct monitor to socketmonitor

'struct monitor', introduced in 6cf8413e, already exists in an IRIX
header file (sys/mon.h) which gets included via various standard headers
by lib/easy.c

cc-1101 cc: ERROR File = ../../curl/lib/easy.c, Line = 458
"monitor" has already been declared in the current scope.

Reported-by: Tor Arntsen
lib/easy.c