mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 06:11:31 +03:00
khan: comment formatting
This commit is contained in:
parent
736fc6f47c
commit
d22618e89f
@ -493,10 +493,12 @@ _khan_conn_cb(uv_stream_t* sem_u, c3_i tas_i)
|
|||||||
static void
|
static void
|
||||||
_khan_init_sock(u3_shan* san_u)
|
_khan_init_sock(u3_shan* san_u)
|
||||||
{
|
{
|
||||||
// The full socket path is limited to about 108 characters, and we want it to
|
// The full socket path is limited to about 108 characters,
|
||||||
// be relative to the pier. So we save our current path, chdir to the pier,
|
// and we want it to be relative to the pier. So we save our
|
||||||
// open the socket at the desired path, then chdir back. Hopefully there
|
// current path, chdir to the pier, open the socket at the
|
||||||
// aren't any threads.
|
// desired path, then chdir back. Hopefully there aren't any
|
||||||
|
// threads.
|
||||||
|
//
|
||||||
c3_c pax_c[2048];
|
c3_c pax_c[2048];
|
||||||
c3_i err_i;
|
c3_i err_i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user