X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=b37c9f13921908701f284f989ef17ac7c2c6bb24;hp=c1e670adcf3f237799dca8f85891a92bb48c3e1c;hb=8694f85b70488f2cdb48a1e853bdfae68dabc99f;hpb=9d9ef4f91346188baaef1656b861151ea23437d9 diff --git a/server.h b/server.h index c1e670ad..b37c9f13 100644 --- a/server.h +++ b/server.h @@ -92,8 +92,8 @@ struct misc_meta_data { unsigned int num_connects; /** The number of connections currently active. */ unsigned int active_connections; - /** The process id of para_server. */ - pid_t server_pid; + /** The process id of the audio file selector. */ + pid_t afs_pid; /** This gets updated by afs and contains its current mode. */ char afs_mode_string[MAXLINE]; /** Used by the sender command. */ @@ -106,5 +106,3 @@ struct misc_meta_data { extern struct server_args_info conf; __noreturn void handle_connect(int fd, const char *peername); -void mmd_unlock(void); -void mmd_lock(void);