Rev 3343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3492 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | #include <atomic.h> |
47 | #include <atomic.h> |
48 | #include "vfs.h" |
48 | #include "vfs.h" |
49 | 49 | ||
50 | #define NAME "vfs" |
50 | #define NAME "vfs" |
51 | 51 | ||
52 | #define dprintf(...) printf(__VA_ARGS__) |
- | |
53 | - | ||
54 | static void vfs_connection(ipc_callid_t iid, ipc_call_t *icall) |
52 | static void vfs_connection(ipc_callid_t iid, ipc_call_t *icall) |
55 | { |
53 | { |
56 | bool keep_on_going = 1; |
54 | bool keep_on_going = 1; |
57 | 55 | ||
58 | /* |
56 | /* |