Subversion Repositories HelenOS-historic

Rev

Rev 534 | Rev 585 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 534 Rev 582
Line 42... Line 42...
42
/** Structure representing one argument of kconsole command line. */
42
/** Structure representing one argument of kconsole command line. */
43
struct cmd_arg {
43
struct cmd_arg {
44
    cmd_arg_type_t type;        /**< Type descriptor. */
44
    cmd_arg_type_t type;        /**< Type descriptor. */
45
    void *buffer;           /**< Buffer where to store data. */
45
    void *buffer;           /**< Buffer where to store data. */
46
    size_t len;         /**< Size of the buffer. */
46
    size_t len;         /**< Size of the buffer. */
-
 
47
    __native intval;                /**< Integer value */
47
};
48
};
48
 
49
 
49
/** Structure representing one kconsole command. */
50
/** Structure representing one kconsole command. */
50
struct cmd_info {
51
struct cmd_info {
51
    link_t link;            /**< Command list link. */
52
    link_t link;            /**< Command list link. */