diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-09-01 00:12:35 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-09-01 00:12:35 -0700 |
commit | 06674e57649d536cf19715524ee40c5ad4a9026d (patch) | |
tree | d519fc72a6e3946150cc5ee21ed01cb73e82747b /includes/Printer.h | |
parent | d2db92f6b5d275b3150deb7a52a8da142a7cc953 (diff) |
Adding async operations; first step towards tossing libeio out.
Diffstat (limited to 'includes/Printer.h')
-rw-r--r-- | includes/Printer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Printer.h b/includes/Printer.h index e215fc1..8fd3674 100644 --- a/includes/Printer.h +++ b/includes/Printer.h @@ -38,6 +38,7 @@ enum { E_THREAD = 64, E_OUTPUT = 128, E_HTTPSERVER = 256, + E_ASYNC = 512, }; class Printer { |