Changeset 4500:07a9fe743aa1 in roaraudio for roard/commands.c


Ignore:
Timestamp:
10/13/10 02:55:42 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

done some basic work for stds listing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/commands.c

    r4467 r4500  
    5757                                                                                       // provieds all needed features 
    5858  {ROAR_CMD_SERVER_OINFO, _NAME("SERVER_OINFO"), req_on_server_oinfo, ACCLEV_IDENTED}, // same as above 
     59  {ROAR_CMD_CAPS,         _NAME("CAPS"),         req_on_caps,         ACCLEV_IDENTED}, // and again the same 
    5960  {ROAR_CMD_GET_STANDBY,  _NAME("GET_STANDBY"),  req_on_get_standby,  ACCLEV_GUEST}, 
    6061  {ROAR_CMD_SET_STANDBY,  _NAME("SET_STANDBY"),  req_on_set_standby,  ACCLEV_PWRUSER}, // should this be set to ACCLEV_ALL? 
Note: See TracChangeset for help on using the changeset viewer.