multi: s/easy/data
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2013 11:52:58 +0000 (13:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2013 11:52:58 +0000 (13:52 +0200)
commit2ae3d28f3d27420305e0b9c6fb2be04dd8f637c4
treec03d33a59b605a04f8e79dfe86ee39069e87569c
parent8a42c2ef8d36450c96375ae8e1669b191061ee02
multi: s/easy/data

With everything being struct SessionHandle pointers now, this rename
makes multi.c use the library-wide practise of calling that pointer
'data' instead of the previously used 'easy'.
lib/multi.c