Changeset 01a9ef5 in mainline for uspace/srv/net/net/net.h


Ignore:
Timestamp:
2010-02-16T18:11:00Z (15 years ago)
Author:
Lukas Mejdrech <lukasmejdrech@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
209faf9, bfd7aac
Parents:
80ce111
Message:

+ net configuration files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/net/net.h

    r80ce111 r01a9ef5  
    128128/*@}*/
    129129
     130/** Configuration directory.
     131 */
     132#define CONF_DIR                        "/cfg/net"
     133
     134/** General configuration file.
     135 */
     136#define CONF_GENERAL_FILE       "general"
     137
    130138/** Type definition of the network interface specific data.
    131139 *  @see netif
     
    235243int     module_message( ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count );
    236244
    237 /** Reads the network interface specific configuration for the chosen subsystem build type.
    238  *  @param[in] name The network interface name.
    239  *  @param[in,out] netif The network interface structure.
    240  *  @returns EOK on success.
    241  *  @returns Other error codes as defined for the add_configuration() function.
    242  */
    243 int     read_netif_configuration_build( char * name, netif_ref netif );
    244 
    245245#endif
    246246
Note: See TracChangeset for help on using the changeset viewer.