Skip to content

Commit

Permalink
add TODO comment re:fire before switching gears
Browse files Browse the repository at this point in the history
  • Loading branch information
ttilley committed Aug 18, 2011
1 parent 7d0c69c commit b744e93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fsevent_watch/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#include "common.h"
#include "cli.h"

// TODO: set on fire. cli.{h,c} handle both parsing and defaults, so there's
// no need to set those here. also, in order to scope metadata by path,
// each stream will need its own configuration... so this won't work as
// a global any more. In the end the goal is to make the output format
// able to declare not just that something happened and what flags were
// attached, but what path it was watching that caused those events (so
// that the path itself can be used for routing that information to the
// relevant callback).
// Structure for storing metadata parsed from the commandline
static struct {
FSEventStreamEventId sinceWhen;
Expand Down

0 comments on commit b744e93

Please sign in to comment.