Subversion Repositories HelenOS

Rev

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

Rev 4350 Rev 4577
Line 98... Line 98...
98
    while( true ){
98
    while( true ){
99
        // refresh data
99
        // refresh data
100
        count = 0;
100
        count = 0;
101
        IPC_SET_RETVAL( answer, 0 );
101
        IPC_SET_RETVAL( answer, 0 );
102
        // just to be precize
102
        // just to be precize
103
        IPC_SET_RETVAL( answer, 0 );
103
        IPC_SET_METHOD( answer, 0 );
104
        IPC_SET_ARG1( answer, 0 );
104
        IPC_SET_ARG1( answer, 0 );
105
        IPC_SET_ARG2( answer, 0 );
105
        IPC_SET_ARG2( answer, 0 );
106
        IPC_SET_ARG3( answer, 0 );
106
        IPC_SET_ARG3( answer, 0 );
107
        IPC_SET_ARG4( answer, 0 );
107
        IPC_SET_ARG4( answer, 0 );
108
        IPC_SET_ARG5( answer, 0 );
108
        IPC_SET_ARG5( answer, 0 );