diff options
| author | Robert Morris <rtm@csail.mit.edu> | 2014-08-27 17:15:30 -0400 |
|---|---|---|
| committer | Robert Morris <rtm@csail.mit.edu> | 2014-08-27 17:15:30 -0400 |
| commit | 71453f72f285a17ccf0520b9dbdafdc701ff2f4a (patch) | |
| tree | 978d30844e643e67a807a73db20ccc5d2823f8f2 /defs.h | |
| parent | 2c56547272e43b483d560a61692f1e24926a82fb (diff) | |
| download | xv6-labs-2022-71453f72f285a17ccf0520b9dbdafdc701ff2f4a.tar.xz xv6-labs-2022-71453f72f285a17ccf0520b9dbdafdc701ff2f4a.zip | |
a start at concurrent FS system calls
Diffstat (limited to 'defs.h')
| -rw-r--r-- | defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,8 +81,8 @@ void microdelay(int); // log.c void initlog(void); void log_write(struct buf*); -void begin_trans(); -void commit_trans(); +void begin_op(); +void end_op(); // mp.c extern int ismp; |
