Changeset 5692:0480fc56e68a in roaraudio


Ignore:
Timestamp:
10/13/12 06:50:56 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added scheduler (mainly for IO events) (Closes: #206)

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5690 r5692  
    1212        * Improved handling of mixing OpenSSL enabled applications with 
    1313          libroar without OpenSSL support. 
     14        * Added scheduler (mainly for IO events) (Closes: #206) 
    1415 
    1516v. 1.0beta6 - Fri Sep 21 2012 18:03 CEST 
  • include/libroar/libroar.h

    r5619 r5692  
    189189#include "kstore.h" 
    190190#include "watchdog.h" 
     191#include "scheduler.h" 
    191192 
    192193// some basic macros: 
  • libroar/Makefile

    r5619 r5692  
    1111PASSWORD=passwordapi.o pinentry.o sshaskpass.o 
    1212CRYPTO=crypto.o random.o $(HASHES) crc.o 
    13 OBJS=libroar.o config.o debug.o error.o basic.o stream.o client.o simple.o auth.o socket.o ctl.o buffer.o meta.o file.o acl.o cdrom.o $(PASSWORD) $(VIO) stack.o slp.o nnode.o roardl.o plugincontainer.o roarx11.o beep.o proto.o env.o keyval.o vs.o ltm.o notify.o notify_proxy.o asyncctl.o enumdev.o serverinfo.o $(CRYPTO) authfile.o caps.o roarfloat.o base64.o trap.o memmgr.o time.o kstore.o uuid.o watchdog.o 
     13OBJS=libroar.o config.o debug.o error.o basic.o stream.o client.o simple.o auth.o socket.o ctl.o buffer.o meta.o file.o acl.o cdrom.o $(PASSWORD) $(VIO) stack.o slp.o nnode.o roardl.o plugincontainer.o roarx11.o beep.o proto.o env.o keyval.o vs.o ltm.o notify.o notify_proxy.o asyncctl.o enumdev.o serverinfo.o $(CRYPTO) authfile.o caps.o roarfloat.o base64.o trap.o memmgr.o time.o kstore.o uuid.o watchdog.o scheduler.o 
    1414 
    1515#DEFINES        = -DDEBUG 
Note: See TracChangeset for help on using the changeset viewer.