| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -447,21 +447,26 @@ bool _send_proc(proc_instance_t *pi, const char *msg, const char *file, const ch | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							LOGALERT("Attempting to send message %s to non existent process %s", msg, pi->processname); | 
					 | 
					 | 
					 | 
							LOGALERT("Attempting to send message %s to non existent process %s", msg, pi->processname); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							goto out; | 
					 | 
					 | 
					 | 
							goto out; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						} | 
					 | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
						mutex_lock(&pi->lock); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						sockd = open_unix_client(path); | 
					 | 
					 | 
					 | 
						sockd = open_unix_client(path); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						if (unlikely(sockd < 0)) { | 
					 | 
					 | 
					 | 
						if (unlikely(sockd < 0)) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							LOGWARNING("Failed to open socket %s", path); | 
					 | 
					 | 
					 | 
							LOGWARNING("Failed to open socket %s", path); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							goto out; | 
					 | 
					 | 
					 | 
							goto out_unlock; | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						} | 
					 | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						if (unlikely(!send_unix_msg(sockd, msg))) | 
					 | 
					 | 
					 | 
						if (unlikely(!send_unix_msg(sockd, msg))) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							LOGWARNING("Failed to send %s to socket %s", msg, path); | 
					 | 
					 | 
					 | 
							LOGWARNING("Failed to send %s to socket %s", msg, path); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						else | 
					 | 
					 | 
					 | 
						else | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							ret = true; | 
					 | 
					 | 
					 | 
							ret = true; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						Close(sockd); | 
					 | 
					 | 
					 | 
						Close(sockd); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					out_unlock: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
						mutex_unlock(&pi->lock); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					out: | 
					 | 
					 | 
					 | 
					out: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						if (unlikely(!ret)) { | 
					 | 
					 | 
					 | 
						if (unlikely(!ret)) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							LOGERR("Failure in send_proc from %s %s:%d", file, func, line); | 
					 | 
					 | 
					 | 
							LOGERR("Failure in send_proc from %s %s:%d", file, func, line); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							childsighandler(15); | 
					 | 
					 | 
					 | 
							childsighandler(15); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						} | 
					 | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						return ret; | 
					 | 
					 | 
					 | 
						return ret; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -1018,6 +1023,7 @@ static proc_instance_t *prepare_child(ckpool_t *ckp, int (*process)(), char *nam | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						pi->processname = name; | 
					 | 
					 | 
					 | 
						pi->processname = name; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						pi->sockname = pi->processname; | 
					 | 
					 | 
					 | 
						pi->sockname = pi->processname; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						pi->process = process; | 
					 | 
					 | 
					 | 
						pi->process = process; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
						mutex_init(&pi->lock); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						create_process_unixsock(pi); | 
					 | 
					 | 
					 | 
						create_process_unixsock(pi); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						return pi; | 
					 | 
					 | 
					 | 
						return pi; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |