Commit Diff


commit - 10b45557661879b4caa1da8553f250ce7717a385
commit + e317e37406f8597d42c1e37ab7fcc4f7f901b342
blob - c8f00340036e5d4452773dfd30aed80b45ad01ca
blob + e1ec96c4908510146bf4ec90a6309f42631f0602
--- include/thread.h
+++ include/thread.h
@@ -94,6 +94,7 @@ ulong		chanrecvul(Channel *c);
 int		chansend(Channel *c, void *v);
 int		chansendp(Channel *c, void *v);
 int		chansendul(Channel *c, ulong v);
+void		chansetname(Channel *c, char *fmt, ...);
 
 #define	alt		chanalt
 #define	nbrecv	channbrecv