.TH "lo_server_config" 3 "Version 0.35" "liblo" \" -*- nroff -*- .ad l .nh .SH NAME lo_server_config \- A configuration struct for initializing \fBlo_server\fP using \fBlo_server_new_from_config()\fP\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .SH "Detailed Description" .PP A configuration struct for initializing \fBlo_server\fP using \fBlo_server_new_from_config()\fP\&. User code is responsible for allocating and deallocating memory pointed to by this struct, including strings for group, port, iface, ip, etc\&. The struct and relevant fields will be copied by liblo when necessary, therefore it can be deallocated after use\&. The size field should be set to sizeof(lo_server_config)\&. Fields set to 0 shall be ignored\&. .PP Definition at line \fB69\fP of file \fBlo_lowlevel\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for liblo from the source code\&.