Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
Fix cambiamenti su header dimenticati #15
Browse files Browse the repository at this point in the history
  • Loading branch information
jjak0b committed Mar 21, 2020
1 parent f64d2c0 commit 2af1a8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions include/scheduler/scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ typedef struct scheduler_t scheduler_t;
/**
* @brief Inizializza lo scheduler
*
* @return int
*/
int scheduler_init();
void scheduler_init();

/**
* @brief Avvia lo scheduler
Expand Down Expand Up @@ -80,8 +79,7 @@ int scheduler_CreateProcess( function_t func, int priority );
* @brief Inserisce un descrittore di processo nella ready queue
*
* @param p descrittore del processo
* @return int
*/
int scheduler_AddProcess( pcb_t *p );
void scheduler_AddProcess( pcb_t *p );

#endif

0 comments on commit 2af1a8f

Please sign in to comment.