/[svn]/linuxsampler/trunk/src/linuxsampler.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/linuxsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3765 by schoenebeck, Thu Jan 2 16:09:58 2020 UTC revision 3766 by schoenebeck, Mon Apr 6 12:41:49 2020 UTC
# Line 84  static atomic_t running = ATOMIC_INIT(1) Line 84  static atomic_t running = ATOMIC_INIT(1)
84    
85  int main(int argc, char **argv) {  int main(int argc, char **argv) {
86    
87        Thread::setNameOfCaller("ls-main");
88    
89      lscp_addr = htonl(LSCP_ADDR);      lscp_addr = htonl(LSCP_ADDR);
90      lscp_port = htons(LSCP_PORT);      lscp_port = htons(LSCP_PORT);
91    

Legend:
Removed from v.3765  
changed lines
  Added in v.3766

  ViewVC Help
Powered by ViewVC